Sine Striker
2023-12-13 f27ce8d30ff3aac11485426fe9bee83981551623
src/core/windowagentbase_p.h
@@ -22,6 +22,12 @@
        std::unique_ptr<AbstractWindowContext> context;
    public:
        using WindowContextFactoryMethod = AbstractWindowContext *(*) ();
        static WindowContextFactoryMethod windowContextFactoryMethod;
    private:
        Q_DISABLE_COPY_MOVE(WindowAgentBasePrivate)
    };