NetworkAccessManager
Closed, ResolvedPublic

Description

kdeclarative.cpp line 106 engine->setNetworkAccessManagerFactory(new KIOAccessManagerFactory());

Used mostly indirectly through KDeclarative::QmlObject and KDeclarative::QmlObjectSharedEngine.

Option 1: hijack somehow in Qt 6 the engine setup to do this

Option 2: have a plugin interface for QmlObject and QmlObjectSharedEngine, provide implementation of that plugin inside of frameworkintegration (similar situation to the KMessageBoxDontAskAgainInterface trick)

Option 3: remove it b/c not needed anymore?

Related Objects

StatusAssignedTask
OpenNone
Resolvedalex
mwolff created this task.Nov 23 2019, 11:23 AM
alex closed this task as Resolved.Sep 16 2022, 11:21 AM
alex claimed this task.
alex added a subscriber: alex.

With the deprecation of KDecalrative::setupEngine, this class is consequently deprecated

vkrause moved this task from Backlog to Done on the KF6 board.Jan 29 2023, 2:14 PM