| 2 | #include "AdBlockManager.h" |
| 3 | |
| 4 | AdBlockModel::AdBlockModel(AdBlockManager *parent) : |
| 5 | QAbstractTableModel(parent), |
| 6 | m_adBlockManager(parent) |
| 7 | { |
| 8 | } |
| 9 | |
| 10 | QVariant AdBlockModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 11 | { |
nothing calls this directly
no outgoing calls
no test coverage detected