equal
deleted
inserted
replaced
63 void onUpdateClick(); |
63 void onUpdateClick(); |
64 void setMasterMode(bool isMaster); |
64 void setMasterMode(bool isMaster); |
65 |
65 |
66 signals: |
66 signals: |
67 void SetupClicked(); |
67 void SetupClicked(); |
68 void DLCClicked(); |
|
69 void askForUpdateRoomName(const QString &); |
68 void askForUpdateRoomName(const QString &); |
70 |
69 |
71 private: |
70 private: |
72 QLayout * bodyLayoutDefinition(); |
71 QLayout * bodyLayoutDefinition(); |
73 QLayout * footerLayoutDefinition(); |
72 QLayout * footerLayoutDefinition(); |
75 |
74 |
76 QSettings * m_gameSettings; |
75 QSettings * m_gameSettings; |
77 |
76 |
78 HistoryLineEdit * leRoomName; |
77 HistoryLineEdit * leRoomName; |
79 QPushButton * btnSetup; |
78 QPushButton * btnSetup; |
80 QPushButton * btnDLC; |
|
81 }; |
79 }; |
82 |
80 |
83 #endif |
81 #endif |