]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.h
Fixes for compilation against GCC 6.
[virtualjaguar] / src / gui / controllertab.h
index d0749d2d70f63af547398a27644a3e10f98f48d1..5862eb37a5bddad3208a398202ceb93637ae7198 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __CONTROLLERTAB_H__
 #define __CONTROLLERTAB_H__
 
-#include <QtGui>
+#include <QtWidgets>
 #include <stdint.h>
 
 class ControllerWidget;
@@ -19,7 +19,7 @@ class ControllerTab: public QWidget
        protected slots:
                void DefineAllKeys(void);
                void UpdateProfileKeys(int, uint32_t);
-               void UpdateProfileConnections(void);
+               void UpdateProfileConnections(int);
                void ChangeDevice(int);
                void ChangeMapName(int);
                void AddMapName(void);
@@ -31,6 +31,7 @@ class ControllerTab: public QWidget
                QLabel * label3;
                QComboBox * deviceList;
                QComboBox * mapNameList;
+               QComboBox * mapToList;
                QCheckBox * controller1;
                QCheckBox * controller2;
                QPushButton * addMapName;