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) };