Zhao Yuhang
2024-05-27 a9c357c40d29e9a7ea59ffa80214657ef58c7dbe
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);
    }
}