aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/wizards/qtwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager/wizards/qtwizard.h')
-rw-r--r--src/plugins/qmakeprojectmanager/wizards/qtwizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmakeprojectmanager/wizards/qtwizard.h b/src/plugins/qmakeprojectmanager/wizards/qtwizard.h
index d58f8ccf85..e620d8b2bd 100644
--- a/src/plugins/qmakeprojectmanager/wizards/qtwizard.h
+++ b/src/plugins/qmakeprojectmanager/wizards/qtwizard.h
@@ -114,13 +114,13 @@ public:
int addTargetSetupPage(int id = -1);
bool writeUserFile(const QString &proFileName) const;
- QList<Core::Id> selectedKits() const;
+ QList<Utils::Id> selectedKits() const;
private:
void generateProfileName(const QString &name, const QString &path);
ProjectExplorer::TargetSetupPage *m_targetSetupPage = nullptr;
- QList<Core::Id> m_profileIds;
+ QList<Utils::Id> m_profileIds;
};
} // namespace Internal