X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.h;h=64e291a9998ea23e4978021ef02b6361f536ce84;hb=166019baeee39e3867ecf6c4eddd0855dc3507a4;hp=ceff5bf7976ef3a0985ebfe51502c7d88c7a961d;hpb=e0a3f430ecbda85e5f0903011bf8ffeb01f10fe0;p=virtualjaguar diff --git a/src/gui/controllertab.h b/src/gui/controllertab.h index ceff5bf..64e291a 100644 --- a/src/gui/controllertab.h +++ b/src/gui/controllertab.h @@ -11,8 +11,14 @@ class ControllerTab: public QWidget ControllerTab(QWidget * parent = 0); ~ControllerTab(); + protected slots: + void DefineAllKeys(void); + + private: + QPushButton * redefineAll; + public: - QCheckBox * antialiasChk; + int p1Keys[21]; }; #endif // __CONTROLLERTAB_H__