forked from qt-creator/qt-creator
QmlJS: Add a missing break
Detected by GCC7 Change-Id: I554e33fb709188acf780673705315091a526242e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
747b64a850
commit
f392d94f6b
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user