fix layout bug

This commit is contained in:
王劲鹏
2021-06-15 17:36:01 +08:00
committed by osborn
parent 738566e043
commit 50f80a3fe4
6 changed files with 15 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ public:
virtual void blendLayoutConfig(QJsonValue jsObject) override;
virtual void blend(QJsonValue jsValue) override;
virtual void blend(QQuickItem *view, QString name, QJsonValue prop) override;
};