Skip to content
  • Thomas Baumgart's avatar
    Fix a crash during start on non KDE desktops · a9a99469
    Thomas Baumgart authored
    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
    a9a99469