Make Ctrl-q work as Quit
It's annoying to always have to close the window with the mouse. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
98414ac9a9
commit
c385e7aae8
@ -150,9 +150,10 @@ void MainWindow::on_actionPreferences_triggered()
|
||||
|
||||
void MainWindow::on_actionQuit_triggered()
|
||||
{
|
||||
qDebug("actionQuit");
|
||||
if (unsaved_changes() && (askSaveChanges() == FALSE))
|
||||
return;
|
||||
writeSettings();
|
||||
QApplication::quit();
|
||||
}
|
||||
|
||||
void MainWindow::on_actionDownloadDC_triggered()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user