forked from qt-creator/qt-creator
fix some missing breaks in switches
Change-Id: I8cc269d9a622b4af090795e40e11205d1190248b Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
171adfcfc9
commit
4f8905fe83
@@ -1574,6 +1574,7 @@ static KnownType knownClassTypeHelper(const std::string &type,
|
|||||||
case 29:
|
case 29:
|
||||||
if (!type.compare(qPos, 29, "QXmlStreamNotationDeclaration"))
|
if (!type.compare(qPos, 29, "QXmlStreamNotationDeclaration"))
|
||||||
return KT_QXmlStreamNotationDeclaration;
|
return KT_QXmlStreamNotationDeclaration;
|
||||||
|
break;
|
||||||
case 30:
|
case 30:
|
||||||
if (!type.compare(qPos, 30, "QPatternist::SequenceType::Ptr"))
|
if (!type.compare(qPos, 30, "QPatternist::SequenceType::Ptr"))
|
||||||
return KT_QPatternist_SequenceType_Ptr;
|
return KT_QPatternist_SequenceType_Ptr;
|
||||||
|
@@ -265,6 +265,7 @@ public:
|
|||||||
case 8:
|
case 8:
|
||||||
return decodeArrayHelper<qint64>(encoding.size);
|
return decodeArrayHelper<qint64>(encoding.size);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case DebuggerEncoding::HexEncodedUnsignedInteger:
|
case DebuggerEncoding::HexEncodedUnsignedInteger:
|
||||||
switch (encoding.size) {
|
switch (encoding.size) {
|
||||||
case 1:
|
case 1:
|
||||||
|
Reference in New Issue
Block a user