X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fabout.cpp;h=090f20d8764f21d1370d9beb05d8c1c5ad27c5e6;hb=075de16b7430454597f1cde039405b18232f0058;hp=09708ad02cbc697b6082b6e22812f4ed3e47aa51;hpb=ae70f6ff733c4642fe3a9f8b3635a0a0b40cf82a;p=guemap diff --git a/src/about.cpp b/src/about.cpp index 09708ad..090f20d 100644 --- a/src/about.cpp +++ b/src/about.cpp @@ -7,7 +7,6 @@ #include "about.h" - AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) { setWindowTitle(tr("About GUEmap...")); @@ -25,7 +24,7 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) "" "" - "" + "" "" "" "" @@ -58,10 +57,8 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) layout->addWidget(text); } - void AboutWindow::keyPressEvent(QKeyEvent * e) { if (e->key() == Qt::Key_Escape || e->key() == Qt::Key_Return) hide(); } -
GUEmap: Free, IF Mapping Software
Version: 3.0.1
Version: 3.0.2
License: GPL v2 or later
Chief Architect: James Hammons (shamus)
Coders: James Hammons (shamus)
Christopher J. Madsen