aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2017-07-31 14:57:21 +0200
committerTobias Hunger <tobias.hunger@qt.io>2017-07-31 13:20:48 +0000
commitafbfcf8d70a7ffe9489c835c2f52520e3e7c4a6d (patch)
treef57d673eee447235c9846ccb53d146c3f8f0afc6 /src/plugins/projectexplorer/buildstep.h
parente8c57c98d6f6af1abb70c98ad886f0af79103c0c (diff)
ProjectConfiguration: Add project() member
Change-Id: I0a7170c1721a9e5bcf18af1bab8158af71c64454 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-rw-r--r--src/plugins/projectexplorer/buildstep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index bd907d9dde..c9e35f1946 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -70,7 +70,7 @@ public:
DeployConfiguration *deployConfiguration() const;
ProjectConfiguration *projectConfiguration() const;
Target *target() const;
- Project *project() const;
+ Project *project() const override;
enum class OutputFormat {
Stdout, Stderr, // These are for forwarded output from external tools