forked from qt-creator/qt-creator
ScxmlEditor: silent fallthrough warnings
Change-Id: I7bd7140f05e8342a2e10713eb1646e0bd3f028ff Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user