QTfrontend/gameuiconfig.h
changeset 5294 67278f1cba2c
parent 5260 f50f620771ee
child 5390 f41e87de8989
--- a/QTfrontend/gameuiconfig.h	Tue Jun 21 16:43:05 2011 +0400
+++ b/QTfrontend/gameuiconfig.h	Thu Jun 23 21:19:43 2011 +0400
@@ -22,6 +22,7 @@
 #include <QSettings>
 #include <QStringList>
 #include <QRect>
+#include <QEvent>
 
 class HWForm;
 class QSettings;
@@ -69,9 +70,9 @@
 
 public slots:
     void SaveOptions();
-
 private:
     bool netPasswordIsValid();
+    bool eventFilter(QObject *object, QEvent *event);
     quint8 depth;
 };