| 274 | } |
| 275 | |
| 276 | std::filesystem::path Gui::PreferencePackManager::getSavedPreferencePacksPath() const |
| 277 | { |
| 278 | return getSavedPrefPacksPath(); |
| 279 | } |
| 280 | |
| 281 | std::filesystem::path Gui::PreferencePackManager::getResourcePreferencePacksPath() const |
| 282 | { |
no test coverage detected