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
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ MainWindow::MainWindow()
// Manual handling of actions // Manual handling of actions
// //
QObject::connect(this->actionExit, SIGNAL(triggered()), QObject::connect(this->actionQuit, SIGNAL(triggered()),
this, SLOT(close())); qApp, SLOT(quit()));
// Check two actions // Check two actions
this->actionInsertCircularArc->setChecked(true); this->actionInsertCircularArc->setChecked(true);