Sine Striker
2023-12-19 ed5f9693b3cd7ddcdc746c4bb65dcd9cf7a8268b
src/widgets/widgetwindowagent.h
@@ -42,7 +42,7 @@
        WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent = nullptr);
    };
    inline WidgetWindowAgent *QWK_Initialize(QWidget *w) {
    inline WidgetWindowAgent *setupWidgetWindow(QWidget *w) {
        auto agent = new WidgetWindowAgent(w);
        agent->setup(w);
        return agent;