summaryrefslogtreecommitdiff
path: root/src/plugins/winrt/winrtruncontrol.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-29 12:28:31 +0100
committerhjk <hjk@theqtcompany.com>2016-01-29 12:34:19 +0000
commit66bdd60947b946b8aa30141e3871f33226f0cc37 (patch)
treef4260cdb3a8a2f0404f0a03903707f0c8d1b1525 /src/plugins/winrt/winrtruncontrol.h
parent221b03a16240cc5923eec1f1a4e2657a481f1839 (diff)
downloadqt-creator-66bdd60947b946b8aa30141e3871f33226f0cc37.tar.gz
ProjectExplorer: Sprinkle overrides over the code
Sprinkle overrides over code derived from classes in ProjectExplorer Change-Id: Ia4cc25649f7dc00b0ea126d8176a59afbc5ed574 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/winrt/winrtruncontrol.h')
-rw-r--r--src/plugins/winrt/winrtruncontrol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/winrt/winrtruncontrol.h b/src/plugins/winrt/winrtruncontrol.h
index cdc429a5b0..d1ff61804f 100644
--- a/src/plugins/winrt/winrtruncontrol.h
+++ b/src/plugins/winrt/winrtruncontrol.h
@@ -51,9 +51,9 @@ class WinRtRunControl : public ProjectExplorer::RunControl
public:
explicit WinRtRunControl(WinRtRunConfiguration *runConfiguration, Core::Id mode);
- void start();
- StopResult stop();
- bool isRunning() const;
+ void start() override;
+ StopResult stop() override;
+ bool isRunning() const override;
private slots:
void onProcessStarted();