| 2013 | } |
| 2014 | |
| 2015 | ProcessRunner::Results OrganizerCore::waitForAllUSVFSProcesses(UILocker::Reasons reason) |
| 2016 | { |
| 2017 | return processRunner().waitForAllUSVFSProcessesWithLock(reason); |
| 2018 | } |
| 2019 | |
| 2020 | std::vector<Mapping> OrganizerCore::fileMapping(const QString& profileName, |
| 2021 | const QString& customOverwrite) |
no test coverage detected