13#include <QQmlNetworkAccessManagerFactory>
37 const QString Subpath_;
60 QQmlEngine *engine =
nullptr);
72 QNetworkAccessManager*
create (QObject *parent)
override;
StandardNAMFactory(QString subpath, CacheSizeGetter_f getter, QQmlEngine *engine=nullptr)
Constructs a new StandardNAMFactory.
QNetworkAccessManager * create(QObject *parent) override
Creates the network access manager with the given parent.
std::function< int()> CacheSizeGetter_f
The type of the function used to query the cache size by the factory.