Cvs: Remove some Cvs namespace usages

Change-Id: I73250f29ef9324d100202c855d78336935be7397
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-09-03 15:40:05 +02:00
parent fa05b23a23
commit eb4d64a860
2 changed files with 7 additions and 7 deletions

View File

@@ -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;
}