MCPcopy Create free account
hub / github.com/comaps/comaps / SetAuthor

Method SetAuthor

libs/map/bookmark.cpp:374–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void BookmarkCategory::SetAuthor(std::string const & name, std::string const & id)
375{
376 if (m_data.m_authorName == name && m_data.m_authorId == id)
377 return;
378
379 SetDirty(true /* updateModificationTime */);
380 m_data.m_authorName = name;
381 m_data.m_authorId = id;
382}
383
384void BookmarkCategory::SetAccessRules(kml::AccessRules accessRules)
385{

Callers 1

CreateCategoriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected