aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer/formtemplatewizardpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/designer/formtemplatewizardpage.h')
-rw-r--r--src/plugins/designer/formtemplatewizardpage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/designer/formtemplatewizardpage.h b/src/plugins/designer/formtemplatewizardpage.h
index 6fb665c4a6..f5d75cb1f1 100644
--- a/src/plugins/designer/formtemplatewizardpage.h
+++ b/src/plugins/designer/formtemplatewizardpage.h
@@ -41,9 +41,9 @@ class FormPageFactory : public ProjectExplorer::JsonWizardPageFactory
public:
FormPageFactory();
- Utils::WizardPage *create(ProjectExplorer::JsonWizard *wizard, Core::Id typeId, const QVariant &data) override;
+ Utils::WizardPage *create(ProjectExplorer::JsonWizard *wizard, Utils::Id typeId, const QVariant &data) override;
- bool validateData(Core::Id typeId, const QVariant &data, QString *errorMessage) override;
+ bool validateData(Utils::Id typeId, const QVariant &data, QString *errorMessage) override;
};
// A wizard page embedding Qt Designer's QDesignerNewFormWidgetInterface