aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditorconstants.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/texteditorconstants.cpp')
-rw-r--r--src/plugins/texteditor/texteditorconstants.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditorconstants.cpp b/src/plugins/texteditor/texteditorconstants.cpp
index 6c3c95c878..70ad3e6c04 100644
--- a/src/plugins/texteditor/texteditorconstants.cpp
+++ b/src/plugins/texteditor/texteditorconstants.cpp
@@ -97,6 +97,11 @@ const char *nameForStyle(TextStyle style)
case C_DIFF_DEST_CHAR: return "DiffDestChar";
case C_LOG_CHANGE_LINE: return "LogChangeLine";
+ case C_LOG_AUTHOR_NAME: return "LogAuthorName";
+ case C_LOG_COMMIT_DATE: return "LogCommitDate";
+ case C_LOG_COMMIT_HASH: return "LogCommitHash";
+ case C_LOG_COMMIT_SUBJECT: return "LogCommitSubject";
+ case C_LOG_DECORATION: return "LogDecoration";
case C_ERROR: return "Error";
case C_ERROR_CONTEXT: return "ErrorContext";