aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2014-11-21 14:00:25 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2014-11-21 17:25:07 +0100
commit78f1b24cd4d397d327ef2c8404d95e4346e18508 (patch)
tree95ba5326e2f24bfef50368ecce3c2d2d8e3c3d93 /src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp
parentd295b304d17eaf09ea5e715c21163917504e1329 (diff)
JsonKitsPage: Clarify unexpanded/expanded project path
Change-Id: I62a04582d29b122f6210b3bcef0d3e5e26d5286e Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp')
-rw-r--r--src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp b/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp
index fd3c0d4f494..87384a16a86 100644
--- a/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp
+++ b/src/plugins/projectexplorer/jsonwizard/jsonwizardpagefactory_p.cpp
@@ -139,7 +139,7 @@ Utils::WizardPage *KitsPageFactory::create(JsonWizard *wizard, Core::Id typeId,
QTC_ASSERT(canCreate(typeId), return 0);
JsonKitsPage *page = new JsonKitsPage;
- page->setProjectFilePath(data.toMap().value(QLatin1String("projectFilePath")).toString());
+ page->setUnexpandedProjectPath(data.toMap().value(QLatin1String("projectFilePath")).toString());
return page;
}