From a57948f77e6c4390b30c48f79cd05f984b79ba31 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 14 Apr 2016 03:45:39 +0200 Subject: [PATCH] remove C+Q keys for quit --- PictureDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PictureDialog.cpp b/PictureDialog.cpp index 4dca4cc..5304d1a 100755 --- a/PictureDialog.cpp +++ b/PictureDialog.cpp @@ -96,7 +96,7 @@ bool PictureDialog::eventFilter(QObject *obj, QEvent *ev) ui->cmdExport->click(); returnValue = true; break; - case Qt::Key_C: case Qt::Key_Q: case Qt::Key_Exit: + case Qt::Key_Exit: ui->cmdClose->click(); returnValue = true; break;