Fix a crash during start on non KDE desktops

Authored by tbaumgart on Jul 7 2019, 9:05 AM.

Description

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

Details

Committed
tbaumgartJul 7 2019, 9:05 AM
Parents
R261:7c0d6f85a55e: Fix spelling errors in comments
Branches
Unknown
Tags
Unknown