Skip to content

Make sure KCrash works for kioworker

Nicolas Fella requested to merge work/nico/worker-crash into master

We need to set up KAboutData

This is a bit tricky since we need to do it after the qapp has been created, so we can't do it in kioworker's main

Instead do it before the existing KCrash::initialize in SlaveBase

Only do it when the worker is actually running as kioworker though, not when it's in-app

Merge request reports