Fix warning for -no-feature-graphicsview

Change-Id: I3229fccd2f837b8b8b4da2a149d4584cb4a54dab
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Stephan Binner 2017-04-26 09:09:49 +02:00
parent 8e83d61501
commit 2f92bd7cd7

View File

@ -292,6 +292,8 @@ protected:
qFGDebug() << "QFG: ungrabbing" << grabber;
grabber->ungrabMouse();
}
#else
Q_UNUSED(flags);
#endif // QT_NO_GRAPHICSVIEW
if (me) {