forked from qt-creator/qt-creator
ProjectExplorer: Compile fix after 78f1b24c
Change-Id: I6e106d4ae20b0c26acbb1f2257c59dea0498f623 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -78,6 +78,16 @@ void JsonKitsPage::cleanupPage()
|
|||||||
TargetSetupPage::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)
|
void JsonKitsPage::setupProjectFiles(const JsonWizard::GeneratorFiles &files)
|
||||||
{
|
{
|
||||||
Project *project = 0;
|
Project *project = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user