Sine Striker
2023-12-20 fb776030fc1673bc22d8e9f8972ee9009438d6a3
src/widgets/widgetwindowagent.h
@@ -42,12 +42,6 @@
        WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent = nullptr);
    };
    inline WidgetWindowAgent *QWK_Initialize(QWidget *w) {
        auto agent = new WidgetWindowAgent(w);
        agent->setup(w);
        return agent;
    }
}
#endif // WIDGETWINDOWAGENT_H