Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • multi-provider-client
  • auto-update
  • fix-915
  • ui-924
  • update-obfsvpn
  • init-error
  • ovpn-status
  • introducer
  • fix-826
  • l10n
  • win-fix
  • rel
  • unix-socket
  • obfsvpn-bug
  • fix-903
  • fix-855
  • sw
  • libgoshim.so
  • v5-mr-branch
  • 0.24.10
  • 0.24.10-rc.3
  • 0.24.10-rc.2
  • 0.24.10-rc.1
  • 0.24.8
  • 0.24.8-rc.3
  • 0.24.8-rc.2
  • 0.24.8-rc.1
  • 0.24.6-rc.1
  • 0.24.5
  • 0.24.3
  • 0.24.03-rc.1
  • 0.21.11
  • 0.21.6
  • 0.21.2
  • 0.20.4
  • 0.20.1
  • 0.19.11
  • 0.19.6
  • 0.19.2
40 results

handlers.cpp

Blame
    • 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