VCS: Add id to IVersionControl

... and all derived classes
This commit is contained in:
Tobias Hunger
2011-04-20 15:46:48 +02:00
parent 0b1cc0f415
commit 6fb754e646
13 changed files with 47 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ public:
explicit MercurialControl(MercurialClient *mercurialClient);
QString displayName() const;
QString id() const;
bool managesDirectory(const QString &filename, QString *topLevel = 0) const;
bool isConfigured() const;
bool supportsOperation(Operation operation) const;