| 41 | } |
| 42 | |
| 43 | int CHistoryModel::rowCount(const QModelIndex &parent) const |
| 44 | { |
| 45 | Q_UNUSED(parent); |
| 46 | return m_historyItems.count(); |
| 47 | } |
| 48 | |
| 49 | int CHistoryModel::columnCount(const QModelIndex &parent) const |
| 50 | { |
no outgoing calls
no test coverage detected