| 234 | } |
| 235 | |
| 236 | std::string Bookmark::GetDescription() const |
| 237 | { |
| 238 | return GetPreferredBookmarkStr(m_data.m_description); |
| 239 | } |
| 240 | |
| 241 | void Bookmark::SetDescription(std::string const & description) |
| 242 | { |
nothing calls this directly
no test coverage detected