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