X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.cpp;h=ce09270ff86b53fd2e186b42260d9ec95b9d389d;hb=5c28b6dbf7aa20441c8a51f484f4f64b1966f7e3;hp=957e568b1d7a32144ae219ce19fbc5283ed6c3d0;hpb=f63cd569374c4fbcd872bb8a67c94788da29c3a8;p=virtualjaguar diff --git a/src/gui/controllertab.cpp b/src/gui/controllertab.cpp index 957e568..ce09270 100644 --- a/src/gui/controllertab.cpp +++ b/src/gui/controllertab.cpp @@ -33,10 +33,12 @@ ControllerTab::ControllerTab(QWidget * parent/*= 0*/): QWidget(parent) connect(redefineAll, SIGNAL(clicked()), this, SLOT(DefineAllKeys())); } + ControllerTab::~ControllerTab() { } + void ControllerTab::DefineAllKeys(void) { // char jagButtonName[21][10] = { "Up", "Down", "Left", "Right", @@ -60,3 +62,4 @@ void ControllerTab::DefineAllKeys(void) controllerWidget->update(); } } +