aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.h')
-rw-r--r--src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.h b/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.h
index ce134be731..7cbba7a261 100644
--- a/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.h
+++ b/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.h
@@ -54,6 +54,15 @@ public:
bool validateData(Core::Id typeId, const QVariant &data, QString *errorMessage);
};
+class KitsPageFactory : public JsonWizardPageFactory
+{
+public:
+ KitsPageFactory();
+
+ Utils::WizardPage *create(JsonWizard *wizard, Core::Id typeId, const QVariant &data);
+ bool validateData(Core::Id typeId, const QVariant &data, QString *errorMessage);
+};
+
class ProjectPageFactory : public JsonWizardPageFactory
{
public: