X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.h;h=5862eb37a5bddad3208a398202ceb93637ae7198;hb=c9d57b57d70ab2ae842144828175820fb207a3b0;hp=d0749d2d70f63af547398a27644a3e10f98f48d1;hpb=69effddb777c2009d32f70e3315d5570973446ef;p=virtualjaguar diff --git a/src/gui/controllertab.h b/src/gui/controllertab.h index d0749d2..5862eb3 100644 --- a/src/gui/controllertab.h +++ b/src/gui/controllertab.h @@ -1,7 +1,7 @@ #ifndef __CONTROLLERTAB_H__ #define __CONTROLLERTAB_H__ -#include +#include #include 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;