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

Method AdBlockModel

src/core/adblock/AdBlockModel.cpp:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "AdBlockManager.h"
3
4AdBlockModel::AdBlockModel(AdBlockManager *parent) :
5 QAbstractTableModel(parent),
6 m_adBlockManager(parent)
7{
8}
9
10QVariant AdBlockModel::headerData(int section, Qt::Orientation orientation, int role) const
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected