MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / moveBookmark

Method moveBookmark

Plugins/WebBrowser/Bookmark/BookmarkDatabase.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool CBookmarkDatabase::moveBookmark(int id, int newFolderId)
90{
91 return m_TreeDB.Move(id, newFolderId);
92}
93
94int CBookmarkDatabase::addFolder(const QString &name, int parentId)
95{

Callers

nothing calls this directly

Calls 1

MoveMethod · 0.45

Tested by

no test coverage detected