34 #if QT_VERSION < 0x050000
35 #include <QDeclarativeNetworkAccessManagerFactory>
37 #include <QQmlNetworkAccessManagerFactory>
41 #if QT_VERSION < 0x050000
42 class QDeclarativeEngine;
64 #if QT_VERSION < 0x050000
70 const QString Subpath_;
93 #
if QT_VERSION < 0x050000
94 QDeclarativeEngine *engine =
nullptr);
96 QQmlEngine *engine =
nullptr);
113 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.