ScxmlEditor: silent fallthrough warnings

Change-Id: I7bd7140f05e8342a2e10713eb1646e0bd3f028ff
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Nikita Baryshnikov
2017-08-21 11:55:18 +03:00
parent 66423bcb3e
commit bf46cf8eaf
4 changed files with 9 additions and 2 deletions

View File

@@ -541,7 +541,7 @@ void GraphicsScene::endTagChange(ScxmlDocument::TagChange change, ScxmlTag *tag,
item->finalizeCreation();
}
}
// FIXME: intended fallthrough?
break;
case ScxmlDocument::TagAddChild: {
ScxmlTag *childTag = tag->child(value.toInt());
if (childTag) {