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:
|
case ImportType::QrcFile:
|
||||||
if (type != ImportType::QrcFile)
|
if (type != ImportType::QrcFile)
|
||||||
return ImportMatchStrength();
|
return ImportMatchStrength();
|
||||||
|
break;
|
||||||
case ImportType::UnknownFile:
|
case ImportType::UnknownFile:
|
||||||
case ImportType::File:
|
case ImportType::File:
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user