mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Fixed broken app close action
This commit is contained in:
parent
64a343dd2e
commit
9da82a978c
@ -161,7 +161,7 @@ void GUI::createActions()
|
||||
// General actions
|
||||
_exitAction = new QAction(QIcon(QPixmap(QUIT_ICON)), tr("Quit"), this);
|
||||
_exitAction->setShortcut(QKeySequence::Quit);
|
||||
connect(_exitAction, SIGNAL(triggered()), this, SLOT(closeAll()));
|
||||
connect(_exitAction, SIGNAL(triggered()), this, SLOT(close()));
|
||||
|
||||
// Help & About
|
||||
_dataSourcesAction = new QAction(tr("Data sources"), this);
|
||||
|
Loading…
Reference in New Issue
Block a user