X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.h;h=c72507d3ab1da1ced7a288fd5b421c74edce6011;hb=d1e404e2f488610a99f844783dca15a7525c3813;hp=d0749d2d70f63af547398a27644a3e10f98f48d1;hpb=69effddb777c2009d32f70e3315d5570973446ef;p=virtualjaguar diff --git a/src/gui/controllertab.h b/src/gui/controllertab.h index d0749d2..c72507d 100644 --- a/src/gui/controllertab.h +++ b/src/gui/controllertab.h @@ -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;