qt5 build fix "insert accidentally removed :"

This commit is contained in:
Rafael 2016-04-18 07:46:45 +02:00
parent 6198f8a6c3
commit 45c386eb31
1 changed files with 1 additions and 1 deletions

View File

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