Skip to content

Commit

Permalink
properly cancel requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavbhatt committed Apr 19, 2021
1 parent 1f2111c commit 598dd3a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified snap_launcher/bin/music-radar
Binary file not shown.
1 change: 0 additions & 1 deletion src/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion src/recordingpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ void RecordingPage::cancelAllRequests()
return;
}
reply->abort();
//reply->deleteLater(); //disabled cause we using global obj
reply->deleteLater();
}
}

Expand Down

0 comments on commit 598dd3a

Please sign in to comment.