Skip to content

Replace KIO::SlaveConfig with KIO::WorkerConfig

Friedrich W. H. Kossebau requested to merge work/kossebau/workerconfig into master

For continuing the rename to "Worker".

I only found one external consumer of the SlaveConfig API in KDE repos currently, in office/tellico: https://invent.kde.org/office/tellico/-/blob/master/src/fetch/fetcher.cpp#L88

No idea if that could be solved in another way, and one could stop publishing the API?

Changing the proxy singleton of SlaveConfig to a global one instead of the per-thread ones, and just doing the per-thread ones in WorkerConfig should be fine, right?

@dfaure

Merge request reports