diff options
author | hjk <qthjk@ovi.com> | 2012-01-07 12:31:48 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-01-09 10:55:41 +0100 |
commit | 6681d3edee493cb678539607fccd158742b968cc (patch) | |
tree | ec5def36746f267bc43d1dcbfeab0627e165f8db /src/plugins/cvs/cvscontrol.cpp | |
parent | 641716bee3d91663de5d660c22fd27ffafaeeaa0 (diff) | |
download | qt-creator-6681d3edee493cb678539607fccd158742b968cc.tar.gz |
vcs: s/VCS/Vcs/
According to style guide.
Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'src/plugins/cvs/cvscontrol.cpp')
-rw-r--r-- | src/plugins/cvs/cvscontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvscontrol.cpp b/src/plugins/cvs/cvscontrol.cpp index d0ae53016d..fcf96cdf68 100644 --- a/src/plugins/cvs/cvscontrol.cpp +++ b/src/plugins/cvs/cvscontrol.cpp @@ -53,7 +53,7 @@ QString CVSControl::displayName() const QString CVSControl::id() const { - return QLatin1String(VCSBase::Constants::VCS_ID_CVS); + return QLatin1String(VcsBase::Constants::VCS_ID_CVS); } bool CVSControl::isConfigured() const |