ProjectExplorer: Compile fix after 78f1b24c

Change-Id: I6e106d4ae20b0c26acbb1f2257c59dea0498f623
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2014-11-21 17:53:19 +01:00
committed by Tobias Hunger
parent fa223ab65b
commit cb30a1ae10

View File

@@ -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;