aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanager.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-02-12 09:47:03 +0100
committerhjk <hjk@qt.io>2019-02-12 13:59:46 +0000
commit4590a3c8f5ee7035f65dd75fafa3a7ccf5a1ef5f (patch)
tree528072e32b05f25b7d0148854ddd7dc889f1eebf /src/plugins/projectexplorer/kitmanager.h
parent20798dfb57caaca48ea696af4b03427a22b70217 (diff)
ProjectExplorer: Inline KitManager::createConfigWidget
Instead of creating the widget first and polish it, create a polished widget directly. Change-Id: I665d26d6cbd87187f6d29ec3246a7db5c69d1a7f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/kitmanager.h')
-rw-r--r--src/plugins/projectexplorer/kitmanager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/kitmanager.h b/src/plugins/projectexplorer/kitmanager.h
index bbe96813c7..439a392ec4 100644
--- a/src/plugins/projectexplorer/kitmanager.h
+++ b/src/plugins/projectexplorer/kitmanager.h
@@ -54,7 +54,6 @@ class KitAspectWidget;
class KitManager;
namespace Internal {
-class KitManagerConfigWidget;
class KitModel;
} // namespace Internal
@@ -170,8 +169,6 @@ public:
static const QList<KitAspect *> kitAspects();
- static Internal::KitManagerConfigWidget *createConfigWidget(Kit *k);
-
static bool registerKit(std::unique_ptr<Kit> &&k);
static void deregisterKit(Kit *k);
static void setDefaultKit(Kit *k);