SineStriker
2025-02-11 e9f790d3533ebaee1f782e91b6e13b2c6375c86a
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);
    }
}