| 730 | } |
| 731 | |
| 732 | FriendsParser::FriendsParser(bool detailedInfo/* = true*/) : m_detailedInfo(detailedInfo) |
| 733 | { |
| 734 | } |
| 735 | |
| 736 | #ifndef NDEBUG |
| 737 | void FriendsParser::setOutputPath(const std::string& outputPath) |
nothing calls this directly
no outgoing calls
no test coverage detected