Setup dirList access from settings through getter and setters
This commit is contained in:
@@ -63,6 +63,12 @@ SettingsWindow::~SettingsWindow()
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// functions
|
||||
|
||||
QString SettingsWindow::getDirList()
|
||||
{
|
||||
return SettingsManager::getInstance()->getListOfDirs();
|
||||
}
|
||||
|
||||
|
||||
void SettingsWindow::setupConnections()
|
||||
{
|
||||
// light off
|
||||
|
Reference in New Issue
Block a user