aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/wizard/vcsconfigurationpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vcsbase/wizard/vcsconfigurationpage.h')
-rw-r--r--src/plugins/vcsbase/wizard/vcsconfigurationpage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/vcsbase/wizard/vcsconfigurationpage.h b/src/plugins/vcsbase/wizard/vcsconfigurationpage.h
index d24898ea9d..53e0e61b73 100644
--- a/src/plugins/vcsbase/wizard/vcsconfigurationpage.h
+++ b/src/plugins/vcsbase/wizard/vcsconfigurationpage.h
@@ -43,9 +43,9 @@ class VcsConfigurationPageFactory : public ProjectExplorer::JsonWizardPageFactor
public:
VcsConfigurationPageFactory();
- Utils::WizardPage *create(ProjectExplorer::JsonWizard *wizard, Core::Id typeId,
+ 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;
};
} // namespace Internal