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