forked from qt-creator/qt-creator
JsonWizard: Support formatting of sources after creating contents
Change-Id: Ia0fbae6a1d1b2f3dd00c578a8d1ac60e0482fba9 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
989ed95c1f
commit
b1cc98f79b
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user