Fix warning when compiled without HAVE_XCB_COMPOSITE
Change-Id: I62dc7cc731cf6d05592ff8e4427740c76643178a
This commit is contained in:
parent
2c535282d5
commit
5f9ecfb6e1
@ -203,6 +203,8 @@ bool WindowThumbnail::nativeEventFilter(const QByteArray &eventType, void *messa
|
||||
discardPixmap();
|
||||
}
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(message)
|
||||
#endif
|
||||
// do not filter out any events, there might be further WindowThumbnails for the same window
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user