Yuhang Zhao
2023-12-11 c77ab1212bd9a356ddeb03af6bb17c0bdf8ed955
src/widgets/widgetwindowagent.cpp
@@ -84,7 +84,7 @@
    }
    WidgetWindowAgent::WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent)
        : CoreWindowAgent(d, parent) {
        : WindowAgentBase(d, parent) {
        d.init();
    }
}