| 51 | namespace fs = std::filesystem; |
| 52 | |
| 53 | static std::filesystem::path getSavedPrefPacksPath() |
| 54 | { |
| 55 | return fs::path(Base::FileInfo::stringToPath(App::Application::getUserAppDataDir())) |
| 56 | / "SavedPreferencePacks"; |
| 57 | } |
| 58 | |
| 59 | static std::filesystem::path getResourcePrefPacksPath() |
| 60 | { |
no outgoing calls
no test coverage detected