QmlJS: Add a missing break

Detected by GCC7

Change-Id: I554e33fb709188acf780673705315091a526242e
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Orgad Shaneh
2017-06-02 16:12:00 +03:00
committed by Orgad Shaneh
parent 747b64a850
commit f392d94f6b

View File

@@ -249,6 +249,7 @@ ImportMatchStrength ImportKey::matchImport(const ImportKey &o, const ViewerConte
case ImportType::QrcFile:
if (type != ImportType::QrcFile)
return ImportMatchStrength();
break;
case ImportType::UnknownFile:
case ImportType::File:
switch (type) {