diff --git a/src/plugins/projectexplorer/jsonwizard/jsonkitspage.cpp b/src/plugins/projectexplorer/jsonwizard/jsonkitspage.cpp index cc677f45fa7..f9381ff3f8b 100644 --- a/src/plugins/projectexplorer/jsonwizard/jsonkitspage.cpp +++ b/src/plugins/projectexplorer/jsonwizard/jsonkitspage.cpp @@ -78,6 +78,16 @@ void JsonKitsPage::cleanupPage() TargetSetupPage::cleanupPage(); } +void JsonKitsPage::setUnexpandedProjectPath(const QString &path) +{ + m_unexpandedProjectPath = path; +} + +QString JsonKitsPage::unexpandedProjectPath() const +{ + return m_unexpandedProjectPath; +} + void JsonKitsPage::setupProjectFiles(const JsonWizard::GeneratorFiles &files) { Project *project = 0;