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

@@ -48,6 +48,7 @@ public:
explicit GitVersionControl(GitClient *plugin);
QString displayName() const;
QString id() const;
bool managesDirectory(const QString &directory, QString *topLevel) const;