using C++11
This commit is contained in:
parent
5bf10f5cc5
commit
0ac9ad4387
@ -252,7 +252,7 @@ QskDialog::DialogCode QskDialogSubWindow::exec()
|
||||
return QskDialog::Rejected;
|
||||
}
|
||||
|
||||
if ( QQuickItem* mouseGrabber = window()->mouseGrabberItem() )
|
||||
if ( auto mouseGrabber = window()->mouseGrabberItem() )
|
||||
{
|
||||
// when being called from QQuickWindow::mouseReleaseEvent
|
||||
// the mouse grabber has not yet been released.
|
||||
|
Loading…
x
Reference in New Issue
Block a user