| 82 | } |
| 83 | |
| 84 | quint64 MessageStatisticsModel::Info::totalSize() const |
| 85 | { |
| 86 | return std::accumulate(messageSize.begin(), messageSize.end(), 0ull); |
| 87 | } |
| 88 | |
| 89 | MessageStatisticsModel::MessageStatisticsModel(QObject *parent) |
| 90 | : QAbstractTableModel(parent) |
no test coverage detected