MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / BookmarkFolderModel

Method BookmarkFolderModel

src/core/bookmarks/BookmarkFolderModel.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <QMimeData>
11
12BookmarkFolderModel::BookmarkFolderModel(BookmarkManager *bookmarkMgr, QObject *parent) :
13 QAbstractItemModel(parent),
14 m_root(bookmarkMgr->getRoot()),
15 m_bookmarksBar(bookmarkMgr->getBookmarksBar()),
16 m_bookmarkMgr(bookmarkMgr)
17{
18}
19
20BookmarkFolderModel::~BookmarkFolderModel()
21{

Callers

nothing calls this directly

Calls 2

getRootMethod · 0.80
getBookmarksBarMethod · 0.80

Tested by

no test coverage detected