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:
parent
8e83d61501
commit
2f92bd7cd7
@ -292,6 +292,8 @@ protected:
|
||||
qFGDebug() << "QFG: ungrabbing" << grabber;
|
||||
grabber->ungrabMouse();
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(flags);
|
||||
#endif // QT_NO_GRAPHICSVIEW
|
||||
|
||||
if (me) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user