using signal slot to update the combobox entries
This commit is contained in:
@@ -238,5 +238,6 @@ void SettingsManager::updateDirectories(QString path)
|
||||
m_listOfDirs.removeAll(path);
|
||||
else
|
||||
m_listOfDirs.append(path);
|
||||
}
|
||||
|
||||
emit dirsChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user