Zhao Yuhang
2023-12-11 2f6c83c095724bbba0f43b2f2893ba73c17949a6
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;
    };
}