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
|
// 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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue