Skip to content
Commit 794f66aa authored by Volker Krause's avatar Volker Krause
Browse files

Work around KUnitConversion deadlocking when needing a currency update

The download of the exchange rate data is supposed to be blocking, but
that doesn't really work with QML apparently, and we can re-enter this
method a second time, which then deadlocks on the call into
KUnitConversion.

This needs a proper fix in KUnitConversion in KF6.

BUG: 469562
FIXED-IN: 23.04.2

(cherry picked from commit 5a2971fc)
parent 11650bbe
Pipeline #397055 passed with stage
in 1 minute and 40 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