| 3 | #include <QString> |
| 4 | |
| 5 | AdBlockLogTableModel::AdBlockLogTableModel(QObject *parent) : |
| 6 | QAbstractTableModel(parent), |
| 7 | m_logEntries() |
| 8 | { |
| 9 | } |
| 10 | |
| 11 | QVariant AdBlockLogTableModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 12 | { |
nothing calls this directly
no outgoing calls
no test coverage detected