aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-29 14:27:09 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-05-08 13:44:49 +0000
commit2bfb4fbf8055102120709555a16be452cb9a2bca (patch)
treefa1d79ded4afae4a7b317ff2d242ed7f4fecfe77 /src/plugins/bazaar
parent5c58293a36b8b7700715163131e99c549623940d (diff)
Vcs: Sprinkle overrides over IVersionControls
Do this in a separate step to keep the next patch more readable. Change-Id: I37cfd5481dcbfda52135eccec30852aefde1b950 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r--src/plugins/bazaar/bazaarcontrol.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/plugins/bazaar/bazaarcontrol.h b/src/plugins/bazaar/bazaarcontrol.h
index d5d8b07c35c..bd74926d419 100644
--- a/src/plugins/bazaar/bazaarcontrol.h
+++ b/src/plugins/bazaar/bazaarcontrol.h
@@ -50,19 +50,19 @@ class BazaarControl: public Core::IVersionControl
public:
explicit BazaarControl(BazaarClient *bazaarClient);
- QString displayName() const;
- Core::Id id() const;
+ QString displayName() const override;
+ Core::Id id() const override;
- bool managesDirectory(const QString &filename, QString *topLevel = 0) const;
- bool managesFile(const QString &workingDirectory, const QString &fileName) const;
- bool isConfigured() const;
- bool supportsOperation(Operation operation) const;
- bool vcsOpen(const QString &fileName);
- bool vcsAdd(const QString &filename);
- bool vcsDelete(const QString &filename);
- bool vcsMove(const QString &from, const QString &to);
- bool vcsCreateRepository(const QString &directory);
- bool vcsAnnotate(const QString &file, int line);
+ bool managesDirectory(const QString &filename, QString *topLevel = 0) const override;
+ bool managesFile(const QString &workingDirectory, const QString &fileName) const override;
+ bool isConfigured() const override;
+ bool supportsOperation(Operation operation) const override;
+ bool vcsOpen(const QString &fileName) override;
+ bool vcsAdd(const QString &filename) override;
+ bool vcsDelete(const QString &filename) override;
+ bool vcsMove(const QString &from, const QString &to) override;
+ bool vcsCreateRepository(const QString &directory) override;
+ bool vcsAnnotate(const QString &file, int line) override;
public slots:
// To be connected to the VCSTask's success signal to emit the repository/