dll pack & replace mt

This commit is contained in:
王劲鹏
2021-05-18 16:15:28 +08:00
committed by osborn
parent e82e598921
commit ada65c836f
44 changed files with 137 additions and 60 deletions

View File

@@ -4,12 +4,14 @@
#include <QQmlEngine>
#include <QVariant>
#include "DoricExport.h"
#include "DoricInterfaceDriver.h"
class DoricViewNode;
class DoricRootNode;
class DoricContext {
class DORIC_EXPORT DoricContext {
private:
QString mContextId;
QMap<QString, QObject *> mPluginMap;