Fix warning when compiled without HAVE_XCB_COMPOSITE

Change-Id: I62dc7cc731cf6d05592ff8e4427740c76643178a
This commit is contained in:
David Edmundson 2015-02-11 14:28:41 +01:00
parent 2c535282d5
commit 5f9ecfb6e1

View File

@ -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;