| 110 | } |
| 111 | |
| 112 | void Info::SetMercator(m2::PointD const & mercator) |
| 113 | { |
| 114 | m_mercator = mercator; |
| 115 | m_buildInfo.m_mercator = mercator; |
| 116 | } |
| 117 | |
| 118 | std::string Info::FormatSubtitle(bool withTypes, bool withMainType) const |
| 119 | { |
no outgoing calls
no test coverage detected