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

@@ -64,6 +64,7 @@ public:
virtual ~IVersionControl() {}
virtual QString displayName() const = 0;
virtual QString id() const = 0;
/*!
* Returns whether files in this directory should be managed with this