| 307 | |
| 308 | |
| 309 | void ConfigManager::createWorkingDir() |
| 310 | { |
| 311 | QDir().mkpath( m_workingDir ); |
| 312 | |
| 313 | QDir().mkpath( userProjectsDir() ); |
| 314 | QDir().mkpath( userTemplateDir() ); |
| 315 | QDir().mkpath( userSamplesDir() ); |
| 316 | QDir().mkpath( userPresetsDir() ); |
| 317 | QDir().mkpath( userGigDir() ); |
| 318 | QDir().mkpath( userSf2Dir() ); |
| 319 | QDir().mkpath( userVstDir() ); |
| 320 | QDir().mkpath( userLadspaDir() ); |
| 321 | } |
| 322 | |
| 323 | |
| 324 |
no test coverage detected