remove C+Q keys for quit
This commit is contained in:
parent
8734fd2e0c
commit
a57948f77e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue