forked from qt-creator/qt-creator
Fixes: Fixes saving of settings
This commit is contained in:
@@ -939,6 +939,7 @@ void SessionManager::removeProjects(QList<Project *> remove)
|
||||
|
||||
// Delete projects
|
||||
foreach (Project *pro, remove) {
|
||||
pro->saveSettings();
|
||||
m_file->m_projects.removeOne(pro);
|
||||
|
||||
if (pro == m_file->m_startupProject)
|
||||
|
||||
Reference in New Issue
Block a user