| 48 | } |
| 49 | |
| 50 | int RecentRequestsTableModel::columnCount(const QModelIndex &parent) const |
| 51 | { |
| 52 | if (parent.isValid()) { |
| 53 | return 0; |
| 54 | } |
| 55 | return columns.length(); |
| 56 | } |
| 57 | |
| 58 | QVariant RecentRequestsTableModel::data(const QModelIndex &index, int role) const |
| 59 | { |