add filter tag for unhandled prop
This commit is contained in:
parent
f56a78b452
commit
143e52ab63
@ -188,7 +188,7 @@ void DoricViewNode::blend(QQuickItem *view, QString name, QJsonValue prop) {
|
|||||||
view->setProperty("shadowOffsetY", prop["offsetY"].toDouble());
|
view->setProperty("shadowOffsetY", prop["offsetY"].toDouble());
|
||||||
view->setProperty("shadowOpacity", prop["opacity"].toDouble());
|
view->setProperty("shadowOpacity", prop["opacity"].toDouble());
|
||||||
} else if (name != "layoutConfig") {
|
} else if (name != "layoutConfig") {
|
||||||
qCritical() << name << ": " << prop.toString();
|
qCritical() << "unhandled prop: " << name << ": " << prop.toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user