forked from qt-creator/qt-creator
VCS: Rename RegularCommandOutput to OtherContent
Change-Id: I37d47c79f0efaf51eb5afd1fe529aacfadff8ee1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
05ef32f242
commit
a9d9d44494
@@ -101,7 +101,7 @@ QString CvsEditor::changeUnderCursor(const QTextCursor &c) const
|
||||
// Check if we are at the beginning of a line within a reasonable offset.
|
||||
// 2) Log: check for lines like "revision 1.1", cursor past "revision"
|
||||
switch (contentType()) {
|
||||
case VcsBase::RegularCommandOutput:
|
||||
case VcsBase::OtherContent:
|
||||
case VcsBase::DiffOutput:
|
||||
break;
|
||||
case VcsBase::AnnotateOutput: {
|
||||
|
||||
Reference in New Issue
Block a user