summaryrefslogtreecommitdiff
path: root/src/plugins/subversion/checkoutwizard.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-08-27 18:55:41 +0200
committerhjk <hjk121@nokiamail.com>2014-08-28 16:37:00 +0200
commit5f7e89d914920d3b9fa0798c233af5c96cf7cf28 (patch)
tree2de6540ec517101781d7f79940a2c5bd4e0c588d /src/plugins/subversion/checkoutwizard.h
parent29532a69712fa02de8aa5704ff75c9825dec81a2 (diff)
downloadqt-creator-5f7e89d914920d3b9fa0798c233af5c96cf7cf28.tar.gz
Vcs: Some naming re-organization
Rename VcsCommand to VcsCommandTag, Command into VcsCommand (Too generic to not mistake for Core::Command IMNSHO), remove the now unneeded namespace qualification when not needed, adjust surrounding code. Change-Id: Iceb18a21e5e6dffa1a622241286f766985bb8d22 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/subversion/checkoutwizard.h')
-rw-r--r--src/plugins/subversion/checkoutwizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/subversion/checkoutwizard.h b/src/plugins/subversion/checkoutwizard.h
index 690aaf5150..c6ebfe938c 100644
--- a/src/plugins/subversion/checkoutwizard.h
+++ b/src/plugins/subversion/checkoutwizard.h
@@ -44,7 +44,7 @@ public:
CheckoutWizard(const Utils::FileName &path, QWidget *parent = 0);
protected:
- VcsBase::Command *createCommand(Utils::FileName *checkoutDir);
+ VcsBase::VcsCommand *createCommand(Utils::FileName *checkoutDir);
};
} // namespace Internal