Yuhang Zhao
2023-12-19 88b91b1fec752538beebca2fd92e62c8e03f32d4
src/core/windowagentbase_p.h
@@ -18,10 +18,16 @@
        virtual AbstractWindowContext *createContext() const;
        bool setup(QObject *host, WindowItemDelegate *delegate);
        void setup(QObject *host, WindowItemDelegate *delegate);
        std::unique_ptr<AbstractWindowContext> context;
    public:
        using WindowContextFactoryMethod = AbstractWindowContext *(*) ();
        static WindowContextFactoryMethod windowContextFactoryMethod;
    private:
        Q_DISABLE_COPY_MOVE(WindowAgentBasePrivate)
    };