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