find resources and rename actionExit to actionQuit

This commit is contained in:
Andreas Fabri
2008-09-30 12:56:38 +00:00
parent 544bf786a9
commit 8b1ce4bdc8
@@ -109,8 +109,8 @@ MainWindow::MainWindow()
// Manual handling of actions
//
QObject::connect(this->actionExit, SIGNAL(triggered()),
this, SLOT(close()));
QObject::connect(this->actionQuit, SIGNAL(triggered()),
qApp, SLOT(quit()));
// Check two actions
this->actionInsertCircularArc->setChecked(true);