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

Method AdBlockRequestHandler

src/core/adblock/AdBlockRequestHandler.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <QUrl>
9
10AdBlockRequestHandler::AdBlockRequestHandler(AdBlockFilterContainer &filterContainer, AdBlockLog *log, QObject *parent) :
11 QObject(parent),
12 m_filterContainer(filterContainer),
13 m_log(log),
14 m_numRequestsBlocked(0),
15 m_pageAdBlockCount()
16{
17}
18
19void AdBlockRequestHandler::loadStarted(const QUrl &url)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected