From cb30a1ae10ea556ea1d9601e96f1a9ded924a6df Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 21 Nov 2014 17:53:19 +0100 Subject: [PATCH] ProjectExplorer: Compile fix after 78f1b24c Change-Id: I6e106d4ae20b0c26acbb1f2257c59dea0498f623 Reviewed-by: Tobias Hunger --- .../projectexplorer/jsonwizard/jsonkitspage.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;