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

Method BookmarkTableModel

src/core/bookmarks/BookmarkTableModel.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <QDebug>
15
16BookmarkTableModel::BookmarkTableModel(BookmarkManager *bookmarkMgr, QObject *parent) :
17 QAbstractTableModel(parent),
18 m_bookmarkMgr(bookmarkMgr),
19 m_folder(bookmarkMgr->getBookmarksBar()),
20 m_searchModeOn(false),
21 m_searchResults()
22{
23}
24
25QVariant BookmarkTableModel::headerData(int section, Qt::Orientation orientation, int role) const
26{

Callers

nothing calls this directly

Calls 1

getBookmarksBarMethod · 0.80

Tested by

no test coverage detected