SineStriker
2023-12-18 1095dbd2fe58a73fcc086b874891bdc879a34d4d
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)
    };