1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Some more OS X GUI polishing

This commit is contained in:
Martin Tůma 2015-10-06 23:54:43 +02:00
parent 9202bc9061
commit de787a97fa
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
TARGET = gpxsee
TARGET = GPXSee
QT += core \
gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

View File

@ -108,8 +108,10 @@ void GUI::createMenus()
_fileMenu->addAction(_saveAsAction);
_fileMenu->addSeparator();
_fileMenu->addAction(_closeFileAction);
#ifndef __APPLE__
_fileMenu->addSeparator();
_fileMenu->addAction(_exitAction);
#endif // __APPLE__
_poiMenu = menuBar()->addMenu(tr("POI"));
_poiMenu->addAction(_openPOIAction);