| 290 | } |
| 291 | |
| 292 | CListFileModel::CListFileModel(QObject *parent) |
| 293 | : QAbstractTableModel(parent) |
| 294 | { |
| 295 | } |
| 296 | |
| 297 | QVariant CListFileModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 298 | { |
nothing calls this directly
no outgoing calls
no test coverage detected