MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / AdBlockLogTableModel

Method AdBlockLogTableModel

src/core/adblock/AdBlockLogTableModel.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QString>
4
5AdBlockLogTableModel::AdBlockLogTableModel(QObject *parent) :
6 QAbstractTableModel(parent),
7 m_logEntries()
8{
9}
10
11QVariant AdBlockLogTableModel::headerData(int section, Qt::Orientation orientation, int role) const
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected