summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/makestep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/makestep.h')
-rw-r--r--src/plugins/projectexplorer/makestep.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/makestep.h b/src/plugins/projectexplorer/makestep.h
index 464d62a900..0412864c6e 100644
--- a/src/plugins/projectexplorer/makestep.h
+++ b/src/plugins/projectexplorer/makestep.h
@@ -90,7 +90,9 @@ protected:
Utils::StringAspect *makeCommandAspect() const { return m_makeCommandAspect; }
Utils::MultiSelectionAspect *buildTargetsAspect() const { return m_buildTargetsAspect; }
Utils::StringAspect *userArgumentsAspect() const { return m_userArgumentsAspect; }
- Utils::AspectContainer *jobCountContainer() const { return m_jobCountContainer; }
+ Utils::BoolAspect *overrideMakeflagsAspect() const { return m_overrideMakeflagsAspect; }
+ Utils::TextDisplay *nonOverrideWarning() const { return m_nonOverrideWarning; }
+ Utils::IntegerAspect *jobCountAspect() const { return m_userJobCountAspect; }
Utils::BoolAspect *disabledForSubdirsAspect() const { return m_disabledForSubdirsAspect; }
@@ -102,7 +104,6 @@ private:
QStringList m_availableTargets; // FIXME: Unused, remove in 4.15.
Utils::StringAspect *m_makeCommandAspect = nullptr;
Utils::StringAspect *m_userArgumentsAspect = nullptr;
- Utils::AspectContainer *m_jobCountContainer = nullptr;
Utils::IntegerAspect *m_userJobCountAspect = nullptr;
Utils::BoolAspect *m_overrideMakeflagsAspect = nullptr;
Utils::BoolAspect *m_disabledForSubdirsAspect = nullptr;