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
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -99,7 +99,6 @@ void Backend::resetNotification(QString label)
@@ -99,7 +99,6 @@ void Backend::resetNotification(QString label)
void Backend::quit()
void Backend::quit()
{
{
Quit();
emit this->quitDone();
emit this->quitDone();
}
}
Loading