diff --git a/telldus-gui/TelldusCenter/mainwindow.cpp b/telldus-gui/TelldusCenter/mainwindow.cpp index 879215a4..b0af55b4 100644 --- a/telldus-gui/TelldusCenter/mainwindow.cpp +++ b/telldus-gui/TelldusCenter/mainwindow.cpp @@ -89,6 +89,7 @@ void MainWindow::setupMenu() { config->setMenuRole(QAction::PreferencesRole); fileMenu->addSeparator(); QAction *quit = fileMenu->addAction(tr("&Quit"), qApp, SLOT(quit())); + quit->setShortcut(QKeySequence::Quit); quit->setMenuRole( QAction::QuitRole ); // Help