Sine Striker
2023-12-11 b1cc4e7de641a9e6ef866744d7775d45813bad8d
src/quick/quickwindowagent_p.h
@@ -6,6 +6,8 @@
namespace QWK {
    class BorderItem;
    class QuickWindowAgentPrivate : public WindowAgentBasePrivate {
        Q_DECLARE_PUBLIC(QuickWindowAgent)
    public:
@@ -16,6 +18,8 @@
        // Host
        QQuickWindow *hostWindow{};
        std::unique_ptr<BorderItem> borderItem;
    };
}