Sine Striker
2023-12-27 b2471667e1377df998ec50a6f952f3d164e73e3d
src/quick/quickwindowagent.h
@@ -38,12 +38,6 @@
        QuickWindowAgent(QuickWindowAgentPrivate &d, QObject *parent = nullptr);
    };
    inline QuickWindowAgent *setupQuickWindow(QQuickWindow *window) {
        auto agent = new QuickWindowAgent(window);
        agent->setup(window);
        return agent;
    }
}
#endif // QUICKWINDOWAGENT_H