Skip to content
  • Holger Kaelberer's avatar
    core: handle quit centrally and inform user of running downloads · 25534256
    Holger Kaelberer authored
    For all events that lead to application quit we trigger now quit() in
    core.js which informs the user if downloads are in progress.
    
    Note, that connecting to QQmlApplicationEngine::quit() does not work
    because a popup dialog does not block the quit process on android.
    Therefore we need to trigger Qt.quit() manually *after* the download
    dialog has finished.
    25534256