Sine Striker
2024-05-19 4e7058084d51193e3c975bcddbe749e7fd29e356
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);
    }
}