ui: Fixed path checking in project setup wizzard

This commit is contained in:
Eberhard Graether
2016-04-21 16:11:00 +02:00
parent b5bcabb494
commit 526f966356
7 changed files with 35 additions and 29 deletions
@@ -84,9 +84,10 @@ void QtProjectWizzardWindow::handleNext()
emit next();
}
m_content->save();
if (m_content->check())
{
m_content->save();
emit next();
}
}