QTfrontend/gameuiconfig.h
changeset 8346 3443e0de2c9d
parent 8325 ecd51650d5d8
child 8354 c25bee85d6f8
--- a/QTfrontend/gameuiconfig.h	Fri Dec 28 23:54:42 2012 +0100
+++ b/QTfrontend/gameuiconfig.h	Sat Dec 29 22:50:10 2012 +0100
@@ -23,6 +23,8 @@
 #include <QStringList>
 #include <QRect>
 #include <QEvent>
+#include <QList>
+#include "binds.h"
 
 class HWForm;
 class QSettings;
@@ -64,6 +66,8 @@
         void resizeToConfigValues();
         quint32 stereoMode() const;
         void setValue(const QString & key, const QVariant & value);
+        QString bind(int bindID);
+        void setBind(int bindID, QString & strbind);
 
         QString AVFormat();
         QString videoCodec();
@@ -91,7 +95,8 @@
     private:
         bool netPasswordIsValid();
         bool eventFilter(QObject *object, QEvent *event);
-	QString temphash;
+	    QString temphash;
+        QList<BindAction> m_binds;
 };
 
 #endif