MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / BookmarkTableModel

Method BookmarkTableModel

Misc/BookmarkTableModel.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace SigDigger;
26
27BookmarkTableModel::BookmarkTableModel(
28 QObject *parent,
29 const QMap<qint64,Suscan::Bookmark> *map) : QAbstractTableModel(parent)
30{
31 this->bookmarkPtr = map;
32}
33
34
35int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected