aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildsteplist.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-07-26 16:08:13 +0200
committerhjk <hjk@qt.io>2019-07-29 12:06:19 +0000
commitd16330de6d0d438b81a12b337667ab03f0ccfe7a (patch)
tree9de31ed4981345f345007a56d85fe6ad0d0e26b7 /src/plugins/projectexplorer/buildsteplist.h
parent8493a6b044a08507b76dd4f328a26e84b0744ed7 (diff)
ProjectExplorer: Add a ProjectConfiguration::target()
... with a suitable default implementation accessing a member populated at construction time instead of walking the parent chains on each access. Change-Id: I58dae6da80ed0b023cc603fca13a5a205b123672 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/buildsteplist.h')
-rw-r--r--src/plugins/projectexplorer/buildsteplist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/buildsteplist.h b/src/plugins/projectexplorer/buildsteplist.h
index c71217eccd9..ac303a3a64b 100644
--- a/src/plugins/projectexplorer/buildsteplist.h
+++ b/src/plugins/projectexplorer/buildsteplist.h
@@ -77,9 +77,6 @@ public:
void moveStepUp(int position);
BuildStep *at(int position);
- Target *target() const;
- Project *project() const override;
-
QVariantMap toMap() const override;
bool fromMap(const QVariantMap &map) override;