VCS: Rename RegularCommandOutput to OtherContent

Change-Id: I37d47c79f0efaf51eb5afd1fe529aacfadff8ee1
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-05-22 21:32:07 +03:00
committed by Orgad Shaneh
parent 05ef32f242
commit a9d9d44494
5 changed files with 8 additions and 7 deletions

View File

@@ -58,10 +58,10 @@ class BaseAnnotationHighlighter;
// Documentation inside
enum EditorContentType
{
RegularCommandOutput,
LogOutput,
AnnotateOutput,
DiffOutput
DiffOutput,
OtherContent
};
class VCSBASE_EXPORT VcsBaseEditorParameters