summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/cvscontrol.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-01-07 14:59:08 +0100
committerhjk <qthjk@ovi.com>2012-01-11 12:56:02 +0100
commit745c58befa30433fe7343998f3206774973325bb (patch)
tree9bee47c1c368dee9d458f2b57920b71e4df2d4e2 /src/plugins/cvs/cvscontrol.cpp
parentf6a1444088d7529eabf0625e4ebcf3d103c36e6a (diff)
downloadqt-creator-745c58befa30433fe7343998f3206774973325bb.tar.gz
core: use Core::Id for IVersionControl::id()
Change-Id: I54e17c91c3e2a69d598ed485235dbf7ec62b4615 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/cvs/cvscontrol.cpp')
-rw-r--r--src/plugins/cvs/cvscontrol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cvs/cvscontrol.cpp b/src/plugins/cvs/cvscontrol.cpp
index fcf96cdf68..896cc53864 100644
--- a/src/plugins/cvs/cvscontrol.cpp
+++ b/src/plugins/cvs/cvscontrol.cpp
@@ -51,9 +51,9 @@ QString CVSControl::displayName() const
return QLatin1String("cvs");
}
-QString CVSControl::id() const
+Core::Id CVSControl::id() const
{
- return QLatin1String(VcsBase::Constants::VCS_ID_CVS);
+ return VcsBase::Constants::VCS_ID_CVS;
}
bool CVSControl::isConfigured() const