X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.cpp;h=ce09270ff86b53fd2e186b42260d9ec95b9d389d;hb=9142b5bd766e924e92f0aab1c0d9a34c5170a931;hp=34ca1558541b30ab1e73709bc150d437eac00c4c;hpb=0c6ed444bbb07e5cc0513a7d3075fb24d06e61eb;p=virtualjaguar diff --git a/src/gui/controllertab.cpp b/src/gui/controllertab.cpp index 34ca155..ce09270 100644 --- a/src/gui/controllertab.cpp +++ b/src/gui/controllertab.cpp @@ -5,7 +5,7 @@ // (C) 2011 Underground Software // See the README and GPLv3 files for licensing and warranty information // -// JLH = James L. Hammons +// JLH = James Hammons // // WHO WHEN WHAT // --- ---------- ------------------------------------------------------------ @@ -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(); } } +