| 176 | } |
| 177 | |
| 178 | void addNormalLocation(const QString& path) |
| 179 | { |
| 180 | auto hint = storageAccessGranted() ? StorageLocation::HintNormal : StorageLocation::HintNoAccess; |
| 181 | data.insert(data.begin() + normal, {path, hint}); |
| 182 | ++normal; |
| 183 | } |
| 184 | |
| 185 | void addApplicationLocation(const QString& path) |
| 186 | { |
no test coverage detected