aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-03-17 00:27:13 +0200
committerOrgad Shaneh <orgads@gmail.com>2017-03-29 08:00:12 +0000
commit74e570a85877c550b4e67f8b7519c345180f13b7 (patch)
treec3eb6290dd456df3da6a36ec5ab0f2fbf25d1101 /src/plugins/projectexplorer/buildstep.h
parent75538aa06046b071cac3e5cc3933f98562220e9c (diff)
Qmake: Add variable choosers where variables are parsed
Change-Id: I6203ebadbc934a7ae80ae1c5ca3cfad2471b787e 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, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index c1c6949ede..bd907d9dde 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -95,6 +95,8 @@ signals:
void enabledChanged();
private:
+ void ctor();
+
bool m_enabled;
};