forked from qt-creator/qt-creator
Cvs: Remove some Cvs namespace usages
Change-Id: I73250f29ef9324d100202c855d78336935be7397 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -87,7 +87,7 @@ QSet<QString> CvsEditor::annotationChanges() const
|
||||
changes.insert(r.cap(1));
|
||||
}
|
||||
}
|
||||
if (Cvs::Constants::debug)
|
||||
if (Constants::debug)
|
||||
qDebug() << "CVSEditor::annotationChanges() returns #" << changes.size();
|
||||
return changes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user