forked from qt-creator/qt-creator
TextEditor: Allow special highlighting for static members
Task-number: QTCREATORBUG-9659 Change-Id: Idae529fd876ba5f555c76e4d282efc9263263d6c Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -114,6 +114,7 @@ const char *nameForStyle(TextStyle style)
|
||||
case C_DECLARATION: return "Declaration";
|
||||
case C_FUNCTION_DEFINITION: return "FunctionDefinition";
|
||||
case C_OUTPUT_ARGUMENT: return "OutputArgument";
|
||||
case C_STATIC_MEMBER: return "StaticMember";
|
||||
|
||||
case C_LAST_STYLE_SENTINEL: return "LastStyleSentinel";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user