JsonWizard: Support formatting of sources after creating contents

Change-Id: Ia0fbae6a1d1b2f3dd00c578a8d1ac60e0482fba9
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2014-09-29 16:06:24 +02:00
committed by Tobias Hunger
parent 989ed95c1f
commit b1cc98f79b
9 changed files with 102 additions and 15 deletions

View File

@@ -494,6 +494,7 @@ void ProjectWizardPage::slotProjectChanged(int index)
{
setProjectToolTip(index >= 0 && index < m_projectToolTips.size() ?
m_projectToolTips.at(index) : QString());
emit projectNodeChanged();
}
void ProjectWizardPage::slotManageVcs()