add image demo

This commit is contained in:
王劲鹏
2021-04-22 21:20:36 +08:00
committed by osborn
parent bbbe3d148a
commit 8ae5af13e9
4 changed files with 16 additions and 9 deletions

View File

@@ -52,6 +52,7 @@ public:
castNode->mType = type;
return castNode;
} else {
qCritical() << "DoricViewNode create error: " + type;
return nullptr;
}
}