34 #if QT_VERSION < 0x050000
35 #include <QDeclarativeNetworkAccessManagerFactory>
37 #include <QQmlNetworkAccessManagerFactory>
41 #if QT_VERSION < 0x050000
42 class QDeclarativeEngine;
66 #if QT_VERSION < 0x050000
72 const QString Subpath_;
95 #
if QT_VERSION < 0x050000
96 QDeclarativeEngine *engine =
nullptr);
98 QQmlEngine *engine =
nullptr);
115 QNetworkAccessManager* create (QObject *
parent);
A standard QML QNetworkAccessManager factory.
std::function< int()> CacheSizeGetter_f
The type of the function used to query the cache size by the factory.