Skip to content
Commit a9a99469 authored by Thomas Baumgart's avatar Thomas Baumgart
Browse files

Fix a crash during start on non KDE desktops

Calling kmymoney->show() directly before the event loop is started using
exec() causes a crash when running on some non KDE desktops (e.g. XFCE)
with QWebEngine enabled. Postponing the call until the event loop is
active solved the problem.

BUG: 407902
FIXED-IN: 5.0.5
parent 7c0d6f85
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