Skip to content
Commit 33771864 authored by Mike Noe's avatar Mike Noe
Browse files

kcm/core: Fix crasher when stopping system settings

getServerSettings() was using KCupsRequest::waitTillFinished(),
which uses an event loop.  getServerSettings() requires CUPS auth, so
stopping system settings while in the auth event loop was crashing.

This commit uses the KCupsRequest::finished signal instead, ensuring that
object deletion occurs in supported fashion (deleteLater).
parent 3d989dd3
Pipeline #529437 passed with stage
in 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment