Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
bool CBookmarkDatabase::moveBookmark(int id, int newFolderId)
90
{
91
return m_TreeDB.Move(id, newFolderId);
92
}
93
94
int CBookmarkDatabase::addFolder(const QString &name, int parentId)
95
{
Callers
nothing calls this directly
Calls
1
Move
Method · 0.45
Tested by
no test coverage detected