Sine Striker
2024-08-11 93bd1cf26cc0ae199060ddaaaf61836e14c0ba4d
src/core/windowitemdelegate.cpp
@@ -17,7 +17,7 @@
    WinIdChangeEventFilter *
        WindowItemDelegate::createWinIdEventFilter(QObject *host,
                                                   AbstractWindowContext *context) const {
        return new WindowWinIdChangeEventFilter(host, context);
        return new WindowWinIdChangeEventFilter(static_cast<QWindow *>(host), context);
    }
}