src/core/windowitemdelegate.cpp
@@ -14,4 +14,10 @@ Q_UNUSED(host); } } WinIdChangeEventFilter * WindowItemDelegate::createWinIdEventFilter(QObject *host, AbstractWindowContext *context) const { return new WindowWinIdChangeEventFilter(static_cast<QWindow *>(host), context); } }