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