changeset 7015 | 08642c7da4a3 |
parent 6952 | 7f70f37bbf08 |
child 7823 | 46f115569045 |
--- a/QTfrontend/ui/page/pagenetgame.h Thu May 03 12:33:08 2012 +0200 +++ b/QTfrontend/ui/page/pagenetgame.h Thu May 03 13:25:40 2012 +0200 @@ -65,6 +65,7 @@ signals: void SetupClicked(); + void DLCClicked(); void askForUpdateRoomName(const QString &); private: @@ -76,6 +77,7 @@ HistoryLineEdit * leRoomName; QPushButton * btnSetup; + QPushButton * btnDLC; }; #endif