forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
namespace VcsBase { class Command; }
|
||||
namespace VcsBase { class VcsCommand; }
|
||||
|
||||
namespace Git {
|
||||
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
explicit CloneWizardPage(QWidget *parent = 0);
|
||||
~CloneWizardPage();
|
||||
|
||||
VcsBase::Command *createCheckoutJob(Utils::FileName *checkoutPath) const;
|
||||
VcsBase::VcsCommand *createCheckoutJob(Utils::FileName *checkoutPath) const;
|
||||
|
||||
protected:
|
||||
QString directoryFromRepository(const QString &r) const;
|
||||
|
||||
Reference in New Issue
Block a user