logic: save Project version when creating a new project

This commit is contained in:
Eberhard Graether
2016-09-15 13:07:28 +02:00
parent 136042d047
commit 002475169c
@@ -559,6 +559,7 @@ void QtProjectWizzard::createProject()
{
FilePath path = m_settings->getFilePath();
m_settings->setVersion(ProjectSettings::VERSION);
m_settings->save(path);
bool forceRefreshProject = false;