| 18 | namespace fs = boost::filesystem; |
| 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) |
no outgoing calls
no test coverage detected