| 19 | |
| 20 | std::string SystemData::getStartPath() { return mStartPath; } |
| 21 | std::string SystemData::getExtension() { return mSearchExtension; } |
| 22 | |
| 23 | SystemData::SystemData(std::string name, std::string descName, std::string startPath, std::string extension, std::string command) |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected