Skip to content

Delete networkAccessManagerFactory when we delete the engine

Alexander Lohnau requested to merge work/alex/delete_factory into master

As the docs (https://doc.qt.io/qt-5/qqmlengine.html#setNetworkAccessManagerFactory) state, the engine does not take ownership of the factory. Consequently we have to clean it up ourselves.

Merge request reports

Loading