| 39 | } |
| 40 | |
| 41 | int |
| 42 | BookmarkTableModel::columnCount(const QModelIndex &) const |
| 43 | { |
| 44 | // Frequency, bandwidth, modulation, name, color, remove |
| 45 | return 7; |
| 46 | } |
| 47 | |
| 48 | QVariant |
| 49 | BookmarkTableModel::data(const QModelIndex &index, int role) const |
nothing calls this directly
no outgoing calls
no test coverage detected