using signal slot to update the combobox entries

This commit is contained in:
Anakin
2017-06-20 11:41:10 +02:00
parent 3f2713bd16
commit 44732057b6
4 changed files with 33 additions and 23 deletions

View File

@@ -238,5 +238,6 @@ void SettingsManager::updateDirectories(QString path)
m_listOfDirs.removeAll(path);
else
m_listOfDirs.append(path);
}
emit dirsChanged();
}