This commit is contained in:
iTrooz 2024-11-29 00:13:43 +01:00
parent 5eb417ff2b
commit 3fb6764ea4
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

View File

@ -155,7 +155,7 @@ class Task : public QObject, public QRunnable {
//! used by the task caller to start the task //! used by the task caller to start the task
virtual void start(); virtual void start();
//! used by external code to ask the task to aborta //! used by external code to ask the task to abort
virtual bool abort() virtual bool abort()
{ {
if (canAbort()) if (canAbort())