qt5 build fix "insert accidentally removed :"
This commit is contained in:
parent
6198f8a6c3
commit
45c386eb31
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ bool PictureDialog::eventFilter(QObject *obj, QEvent *ev)
|
|||
returnValue = true;
|
||||
break;
|
||||
#if QT_VERSION >= 0x050000
|
||||
case Qt::Key_Exit
|
||||
case Qt::Key_Exit:
|
||||
ui->cmdClose->click();
|
||||
returnValue = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue