aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/deployconfiguration.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-05-02 16:04:45 +0200
committerTobias Hunger <tobias.hunger@qt.io>2017-08-02 11:18:52 +0000
commitef2f2804a1062d72d10a7456afd394557e334c9e (patch)
tree1d61dd76d4a29b982e1b2e592f7e9b29176fb9b7 /src/plugins/projectexplorer/deployconfiguration.h
parent90e40f932d89af9d9e59951d5320da4656db2600 (diff)
ProjectConfiguration: Add isActive() method
Returns true if the ProjectConfiguration element is currently active and false otherwise. Just a convenience method. Change-Id: If75809ae7e78149d264deaaf6adc4ca8a8be43c2 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/deployconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/deployconfiguration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/deployconfiguration.h b/src/plugins/projectexplorer/deployconfiguration.h
index 593c3c66f85..db3b37c5c30 100644
--- a/src/plugins/projectexplorer/deployconfiguration.h
+++ b/src/plugins/projectexplorer/deployconfiguration.h
@@ -61,6 +61,8 @@ public:
Target *target() const;
Project *project() const override;
+ bool isActive() const override;
+
signals:
void enabledChanged();