remove C+Q keys for quit

This commit is contained in:
Rafael 2016-04-14 03:45:39 +02:00
parent 8734fd2e0c
commit a57948f77e
1 changed files with 1 additions and 1 deletions

View File

@ -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;