forked from qt-creator/qt-creator
Clang: Add a missing break
Detected by GCC8. Change-Id: I64e399a006c9ad93af4798f0e6cf48f1ca391f39 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
150011823e
commit
704a70810d
@@ -310,6 +310,7 @@ QIcon ClangAssistProposalItem::icon() const
|
||||
case CodeCompletion::NotAvailable:
|
||||
return Icons::iconForType(Icons::SlotPrivateIconType);
|
||||
}
|
||||
break;
|
||||
case CodeCompletion::NamespaceCompletionKind:
|
||||
return Icons::iconForType(Icons::NamespaceIconType);
|
||||
case CodeCompletion::PreProcessorCompletionKind:
|
||||
|
Reference in New Issue
Block a user