Zhao Yuhang
2024-12-07 9286c8b9c23a613f96636b8e2d1391d89cedd199
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);
    }
}