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

Method UserScriptManager

src/core/user_scripts/UserScriptManager.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <QNetworkRequest>
14
15UserScriptManager::UserScriptManager(Settings *settings, QObject *parent) :
16 QObject(parent),
17 m_model(new UserScriptModel(settings, this))
18{
19 setObjectName(QLatin1String("UserScriptManager"));
20 connect(settings, &Settings::settingChanged, this, &UserScriptManager::onSettingChanged);
21}
22
23UserScriptManager::~UserScriptManager()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected