-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX FAUCardPayment: Rework user abortion, termination and finish_log
In summary, the code that handles the end of a payment is now improved, but still does the same as before. Probably a few bugs were fixed on the way. Remove the possibility to force-terminate the thread. Program behavior of QThread terminate() is not well-defined and may leave the program/memory in an undefined state, so we must not allow this. Remove confusing dialog box about user abortion. Remove confusing set_finish_log. Make clear that finish_log may only be used outside FAUCardThread. Rework thread closing. Remove some unused functions.
- Loading branch information
Showing
4 changed files
with
77 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters