QTfrontend/gameuiconfig.h
changeset 5260 f50f620771ee
parent 5229 148d581b17ab
child 5390 f41e87de8989
--- a/QTfrontend/gameuiconfig.h	Sun Jun 19 18:45:10 2011 +0200
+++ b/QTfrontend/gameuiconfig.h	Sun Jun 19 20:55:34 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;
 };