Skip to content

KJobUiDelegate::showErrorMessage: implement with qWarning()

David Faure requested to merge work/dfaure/showErrorMessage into master

And adjust documentation to match reality.

In practice this is mostly useful in unittests and cmdline apps; GUI apps set KDialogJobUiDelegate or KNotificationJobUiDelegate, or let KIO set a KIO::JobUiDelegate on the job.

Merge request reports