| 218 | } |
| 219 | |
| 220 | std::string Bookmark::GetCustomName() const |
| 221 | { |
| 222 | return GetPreferredBookmarkStr(m_data.m_customName); |
| 223 | } |
| 224 | |
| 225 | void Bookmark::SetCustomName(std::string const & customName) |
| 226 | { |
nothing calls this directly
no test coverage detected