destroy context when qquickview hidden
This commit is contained in:
@@ -33,3 +33,4 @@ const QString DoricConstant::DORIC_ENTITY_RESPONSE = "__response__";
|
||||
const QString DoricConstant::DORIC_ENTITY_INIT = "__init__";
|
||||
const QString DoricConstant::DORIC_ENTITY_CREATE = "__onCreate__";
|
||||
const QString DoricConstant::DORIC_ENTITY_BUILD = "__build__";
|
||||
const QString DoricConstant::DORIC_ENTITY_DESTROY = "__onDestroy__";
|
||||
|
@@ -30,6 +30,7 @@ public:
|
||||
static const QString DORIC_ENTITY_CREATE;
|
||||
static const QString DORIC_ENTITY_INIT;
|
||||
static const QString DORIC_ENTITY_BUILD;
|
||||
static const QString DORIC_ENTITY_DESTROY;
|
||||
};
|
||||
|
||||
#endif // CONSTANT_H
|
||||
|
Reference in New Issue
Block a user