aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/targetsetuppage.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-09-17 12:35:43 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-10-15 10:12:38 +0200
commit520bd9ad536702339cda799ea43a489e7119859d (patch)
tree8934ec07c4a411e5765b7ab6a11f2d0ee5fa11f6 /src/plugins/projectexplorer/targetsetuppage.h
parent1a03adf4443d1b1cfe748ed1f7aa1b708332296b (diff)
TargetSetupPage: Simplify handling of import widget
Show the import widget if we have set a importer and hide it otherwise. Change-Id: Ia0a97d58a998478a9247767ace0dc6fab8ba92c2 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/targetsetuppage.h')
-rw-r--r--src/plugins/projectexplorer/targetsetuppage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/targetsetuppage.h b/src/plugins/projectexplorer/targetsetuppage.h
index 4e278629c1..a65f21235d 100644
--- a/src/plugins/projectexplorer/targetsetuppage.h
+++ b/src/plugins/projectexplorer/targetsetuppage.h
@@ -70,7 +70,6 @@ public:
// Call these before initializePage!
void setRequiredKitMatcher(KitMatcher *matcher);
void setPreferredKitMatcher(KitMatcher *matcher);
- void setImportSearch(bool b);
/// Sets whether the targetsetupage uses a scrollarea
/// to host the widgets from the factories
@@ -113,7 +112,6 @@ private:
KitMatcher *m_preferredMatcher;
ProjectImporter *m_importer;
QLayout *m_baseLayout;
- bool m_importSearch;
QString m_projectPath;
QString m_defaultShadowBuildLocation;
QMap<Core::Id, Internal::TargetSetupWidget *> m_widgets;