Skip to content
Snippets Groups Projects

Remove call to Quit from backend.quit method

Merged jkito requested to merge jkito/bitmask-vpn:quit-fix into main

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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading