mirror of https://github.com/CGAL/cgal
find resources and rename actionExit to actionQuit
This commit is contained in:
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue