MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / PluginFactory

Method PluginFactory

gui/plugins/pluginfactory.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include <QNetworkReply>
24
25PluginFactory::PluginFactory(QObject *parent) :
26 QWebPluginFactory(parent)
27{
28 manager = new QNetworkAccessManager(this);
29}
30
31QList<QWebPluginFactory::Plugin> PluginFactory::plugins() const
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected