mirror of https://github.com/CGAL/cgal
Renamed actionExit to actionQuit
This commit is contained in:
parent
72562deab8
commit
ba7fcaa5f2
|
|
@ -88,7 +88,7 @@ MainWindow::MainWindow()
|
|||
//
|
||||
// Manual handling of actions
|
||||
//
|
||||
QObject::connect(this->actionExit, SIGNAL(triggered()),
|
||||
QObject::connect(this->actionQuit, SIGNAL(triggered()),
|
||||
this, SLOT(close()));
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@
|
|||
<addaction name="actionLoadPoints" />
|
||||
<addaction name="actionSavePoints" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionExit" />
|
||||
<addaction name="actionQuit" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuEdit" >
|
||||
<property name="title" >
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
<string>About &CGAL</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExit" >
|
||||
<action name="actionQuit" >
|
||||
<property name="text" >
|
||||
<string>&Quit</string>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in New Issue