aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditorconstants.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2017-06-12 13:17:57 +0200
committerMarco Bubke <marco.bubke@qt.io>2017-06-13 09:16:40 +0000
commitbe42d40c44abc8ce4ddf672ab25810705e1b2809 (patch)
tree5faec3e440d0f44c81fb4bc4bac61d481ada2a38 /src/plugins/texteditor/texteditorconstants.cpp
parent3eb36b556f5b61402c7ce9af288a116315aa6c00 (diff)
Fix text style name for output argument
Change-Id: Ibfc3584b60a073ba6518f78d2aa67b69bd6dd2a2 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditorconstants.cpp')
-rw-r--r--src/plugins/texteditor/texteditorconstants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/texteditorconstants.cpp b/src/plugins/texteditor/texteditorconstants.cpp
index 48681e5cd06..a3f4bcade40 100644
--- a/src/plugins/texteditor/texteditorconstants.cpp
+++ b/src/plugins/texteditor/texteditorconstants.cpp
@@ -102,7 +102,7 @@ const char *nameForStyle(TextStyle style)
case C_WARNING_CONTEXT: return "WarningContext";
case C_DECLARATION: return "Declaration";
- case C_OUTPUT_ARGUMENT: return "C_OUTPUT_ARGUMENT";
+ case C_OUTPUT_ARGUMENT: return "OutputArgument";
case C_LAST_STYLE_SENTINEL: return "LastStyleSentinel";
}