aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/targetsetuppage.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-10-04 15:55:52 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-10-11 09:22:57 +0000
commit7a87dc0484bfe91ef7cba27e4b84993acd954beb (patch)
treebef92521d399c7996ed54a53f2d2a0c97f1a99ae /src/plugins/projectexplorer/targetsetuppage.h
parentb6790e82a4f622126d731ef030d5c3e6ebc3a816 (diff)
TargetSetupPage: More improvements
- Do not claim we are parsing unconfigured projects. - Use our concept of a "usable" kit in some places that still used just the kit's "valid" attribute. - Merge two labels that belong together. - Get rid of unneeded state and indirections. Fixes: QTCREATORBUG-22963 Change-Id: I2481439435e92e98b7e0ba5053a1e8843a961aec Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/targetsetuppage.h')
-rw-r--r--src/plugins/projectexplorer/targetsetuppage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/projectexplorer/targetsetuppage.h b/src/plugins/projectexplorer/targetsetuppage.h
index 7ac07015c6..c0814a1ce4 100644
--- a/src/plugins/projectexplorer/targetsetuppage.h
+++ b/src/plugins/projectexplorer/targetsetuppage.h
@@ -81,10 +81,6 @@ public:
bool setupProject(Project *project);
QList<Core::Id> selectedKits() const;
- /// Overrides the summary text of the targetsetuppage
- void setNoteText(const QString &text);
- void showOptionsHint(bool show);
-
void openOptions();
void changeAllKitsSelections();
@@ -139,7 +135,6 @@ private:
QSpacerItem *m_spacer;
QList<QWidget *> m_potentialWidgets;
- bool m_forceOptionHint = false;
bool m_widgetsWereSetUp = false;
};