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