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

Method columnCount

Misc/BookmarkTableModel.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41int
42BookmarkTableModel::columnCount(const QModelIndex &) const
43{
44 // Frequency, bandwidth, modulation, name, color, remove
45 return 7;
46}
47
48QVariant
49BookmarkTableModel::data(const QModelIndex &index, int role) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected