Renamed actionExit to actionQuit

This commit is contained in:
Andreas Fabri 2008-09-30 14:45:34 +00:00
parent 72562deab8
commit ba7fcaa5f2
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ 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())); this, SLOT(close()));

View File

@ -101,7 +101,7 @@
<addaction name="actionLoadPoints" /> <addaction name="actionLoadPoints" />
<addaction name="actionSavePoints" /> <addaction name="actionSavePoints" />
<addaction name="separator" /> <addaction name="separator" />
<addaction name="actionExit" /> <addaction name="actionQuit" />
</widget> </widget>
<widget class="QMenu" name="menuEdit" > <widget class="QMenu" name="menuEdit" >
<property name="title" > <property name="title" >
@ -131,7 +131,7 @@
<string>About &amp;CGAL</string> <string>About &amp;CGAL</string>
</property> </property>
</action> </action>
<action name="actionExit" > <action name="actionQuit" >
<property name="text" > <property name="text" >
<string>&amp;Quit</string> <string>&amp;Quit</string>
</property> </property>