equal
deleted
inserted
replaced
68 void askForUpdateRoomName(const QString &); |
68 void askForUpdateRoomName(const QString &); |
69 |
69 |
70 private: |
70 private: |
71 QLayout * bodyLayoutDefinition(); |
71 QLayout * bodyLayoutDefinition(); |
72 QLayout * footerLayoutDefinition(); |
72 QLayout * footerLayoutDefinition(); |
|
73 QLayout * footerLayoutLeftDefinition(); |
73 void connectSignals(); |
74 void connectSignals(); |
74 |
75 |
75 HistoryLineEdit * leRoomName; |
76 HistoryLineEdit * leRoomName; |
76 QPushButton * btnSetup; |
77 QPushButton * btnSetup; |
77 }; |
78 }; |