changeset 6042 | 8b5345758f62 |
parent 6009 | 14f6fc9869f2 |
--- a/QTfrontend/pagesingleplayer.h Mon Sep 26 21:45:33 2011 +0400 +++ b/QTfrontend/pagesingleplayer.h Tue Sep 27 00:38:39 2011 +0200 @@ -39,7 +39,9 @@ GameCFGWidget *gameCFG; private: - QPushButton *BtnBack; + QLayout * bodyLayoutDefinition(); + QLayout * footerLayoutDefinition(); + void connectSignals(); }; #endif