SineStriker
2023-12-18 187f82bb4065589fa7fba5f6fa9bd51113357a2c
src/quick/quickwindowagent_p.h
@@ -6,8 +6,6 @@
namespace QWK {
    class BorderItem;
    class QuickWindowAgentPrivate : public WindowAgentBasePrivate {
        Q_DECLARE_PUBLIC(QuickWindowAgent)
    public:
@@ -19,7 +17,9 @@
        // Host
        QQuickWindow *hostWindow{};
        std::unique_ptr<BorderItem> borderItem;
#ifdef Q_OS_WINDOWS
        void setupWindows10BorderWorkaround();
#endif
    };
}