Skip to content
  • Martin Tobias Holmedahl Sandsmark's avatar
    Fix crash when KDBusService exits · fe334292
    Martin Tobias Holmedahl Sandsmark authored
    KDBusService is designed in a way that is fundamentally not compatible
    with Qt, where it exit()s before the QApplication is deleted, which
    leads to a lot of weird crashes in various parts of Qt.
    
    To work around this we install an atexit() handler to delete the
    QApplication before we shut down.
    
    REVIEW: 127626
    fe334292