Config manager. added a userVstDir function
Added a userVstDir function for consistancy use the userVstDir() function to create new folder
This commit is contained in:
@@ -104,6 +104,11 @@ public:
|
||||
return workingDir() + LADSPA_PATH;
|
||||
}
|
||||
|
||||
QString userVstDir() const
|
||||
{
|
||||
return m_vstDir;
|
||||
}
|
||||
|
||||
QString factoryProjectsDir() const
|
||||
{
|
||||
return dataDir() + PROJECTS_PATH;
|
||||
|
||||
@@ -443,7 +443,7 @@ void ConfigManager::loadConfigFile()
|
||||
QDir().mkpath( userPresetsDir() );
|
||||
QDir().mkpath( userGigDir() );
|
||||
QDir().mkpath( userSf2Dir() );
|
||||
QDir().mkpath( vstDir() );
|
||||
QDir().mkpath( userVstDir() );
|
||||
QDir().mkpath( userLadspaDir() );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user