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