aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvseditor.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-09-03 15:40:05 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-09-03 16:10:37 +0200
commiteb4d64a86083947f31b7a25f1d468f4aa238f488 (patch)
tree5ce33369faf34c01e1eb0a0ad826c03c02bde5ee /src/plugins/cvs/cvseditor.cpp
parentfa05b23a2394a4b7e783ac41b0f3b3bf7efd759c (diff)
Cvs: Remove some Cvs namespace usages
Change-Id: I73250f29ef9324d100202c855d78336935be7397 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/cvs/cvseditor.cpp')
-rw-r--r--src/plugins/cvs/cvseditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvseditor.cpp b/src/plugins/cvs/cvseditor.cpp
index 8446b8b63d4..d34dc18f863 100644
--- a/src/plugins/cvs/cvseditor.cpp
+++ b/src/plugins/cvs/cvseditor.cpp
@@ -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;
}