Skip to content

Commit

Permalink
Update qgsfeedback.h
Browse files Browse the repository at this point in the history
(cherry picked from commit 74de90b)
  • Loading branch information
DelazJ authored and nyalldawson committed Feb 12, 2020
1 parent 0eab288 commit e332ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsfeedback.h
Expand Up @@ -28,6 +28,7 @@
* for a particular operation (e.g. report progress or pass some data for preview).
*
* When cancel() is called, the internal code has two options to check for cancellation state:
*
* - if the worker thread uses an event loop (e.g. for network communication), the code can
* make a queued connection to canceled() signal and handle the cancellation in its slot.
* - if the worker thread does not use an event loop, it can poll isCanceled() method regularly
Expand Down

0 comments on commit e332ebe

Please sign in to comment.