forked from qt-creator/qt-creator
Subversion: Adapt to new VCSBasePlugin.
Remove logic handling several repositories.
This commit is contained in:
@@ -142,12 +142,12 @@ protected:
|
||||
explicit VCSBasePlugin(const QString &submitEditorKind);
|
||||
|
||||
void initialize(Core::IVersionControl *vc);
|
||||
Core::IVersionControl *versionControl() const;
|
||||
|
||||
public:
|
||||
virtual ~VCSBasePlugin();
|
||||
|
||||
const VCSBasePluginState ¤tState() const;
|
||||
Core::IVersionControl *versionControl() const;
|
||||
|
||||
protected:
|
||||
enum ActionState { NoVCSEnabled, OtherVCSEnabled, VCSEnabled };
|
||||
|
Reference in New Issue
Block a user