| 25 | |
| 26 | |
| 27 | int SymbolTableModel::columnCount(const QModelIndex& parent) const { |
| 28 | Q_UNUSED(parent); |
| 29 | // We have 3 columns: Address, Type, Name |
| 30 | return 3; |
| 31 | } |
| 32 | |
| 33 | |
| 34 | QVariant SymbolTableModel::data(const QModelIndex& index, int role) const { |
no outgoing calls
no test coverage detected