QTfrontend/gameuiconfig.h
changeset 4964 b3fa88210570
parent 4958 84afe376a3b3
child 4976 088d40d8aba2
--- a/QTfrontend/gameuiconfig.h	Sun Feb 27 20:15:09 2011 +0300
+++ b/QTfrontend/gameuiconfig.h	Sun Feb 27 20:15:48 2011 +0300
@@ -31,6 +31,7 @@
     Q_OBJECT
 
 public:
+    HWForm * Form;
     GameUIConfig(HWForm * FormWidgets, const QString & fileName);
     QStringList GetTeamsList();
     QRect vid_Resolution();
@@ -67,7 +68,6 @@
     void SaveOptions();
 
 private:
-    HWForm * Form;
     quint8 depth;
 };