QTfrontend/pageingame.h
changeset 6042 8b5345758f62
parent 5205 78138ae93820
--- a/QTfrontend/pageingame.h	Mon Sep 26 21:45:33 2011 +0400
+++ b/QTfrontend/pageingame.h	Tue Sep 27 00:38:39 2011 +0200
@@ -25,8 +25,10 @@
 {
     Q_OBJECT
 
-public:
-    PageInGame(QWidget* parent = 0);
+    public:
+        PageInGame(QWidget * parent = 0);
+
+        QLayout * bodyLayoutDefinition();
 };
 
 #endif