Skip to content
Snippets Groups Projects
  • jkito's avatar
    bd2b8dcd
    Remove call to Quit from backend.quit method · bd2b8dcd
    jkito authored
    the backend.quit emits the 'quitDone' signal which also
    triggers the 'aboutToQuit' signal for the  QApplication
    since its handler calls 'QApplication::quit()'
    
    the handler for 'aboutToQuit' signal already calls Quit
    so removing it from backend.quit avoids another call to
    Quit
    bd2b8dcd
    History
    Remove call to Quit from backend.quit method
    jkito authored
    the backend.quit emits the 'quitDone' signal which also
    triggers the 'aboutToQuit' signal for the  QApplication
    since its handler calls 'QApplication::quit()'
    
    the handler for 'aboutToQuit' signal already calls Quit
    so removing it from backend.quit avoids another call to
    Quit