forked from qt-creator/qt-creator
VCS: Highlight commit lines in log editor
Task-number: QTCREATORBUG-13997 Change-Id: I7d9a85cd6022a20a487010a35164ff100b72218d Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
9877221a3d
commit
dcd3b958cf
@@ -96,6 +96,8 @@ const char *nameForStyle(TextStyle style)
|
||||
case C_DIFF_DEST_LINE: return "DiffDestLine";
|
||||
case C_DIFF_DEST_CHAR: return "DiffDestChar";
|
||||
|
||||
case C_LOG_CHANGE_LINE: return "LogChangeLine";
|
||||
|
||||
case C_LAST_STYLE_SENTINEL: return "LastStyleSentinel";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user