using C++11

This commit is contained in:
Uwe Rathmann 2021-03-02 16:17:08 +01:00
parent 5bf10f5cc5
commit 0ac9ad4387

View File

@ -252,7 +252,7 @@ QskDialog::DialogCode QskDialogSubWindow::exec()
return QskDialog::Rejected; return QskDialog::Rejected;
} }
if ( QQuickItem* mouseGrabber = window()->mouseGrabberItem() ) if ( auto mouseGrabber = window()->mouseGrabberItem() )
{ {
// when being called from QQuickWindow::mouseReleaseEvent // when being called from QQuickWindow::mouseReleaseEvent
// the mouse grabber has not yet been released. // the mouse grabber has not yet been released.