change implement of blend sub node
This commit is contained in:
@@ -16,8 +16,6 @@ protected:
|
||||
|
||||
virtual void blendSubNode(QJsonValue subProperties) = 0;
|
||||
|
||||
virtual void blendSubNode(DoricViewNode *subNode, QJsonValue layoutConfig);
|
||||
|
||||
void recursiveMixin(QJsonValue src, QJsonValue target);
|
||||
|
||||
public:
|
||||
@@ -31,6 +29,8 @@ public:
|
||||
|
||||
virtual DoricViewNode *getSubNodeById(QString id) = 0;
|
||||
|
||||
virtual void blendSubNode(DoricViewNode *subNode, QJsonValue layoutConfig);
|
||||
|
||||
private:
|
||||
void mixinSubNode(QJsonValue subNode);
|
||||
|
||||
|
Reference in New Issue
Block a user