aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/thread/Task.h')
-rw-r--r--src/core/thread/Task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/thread/Task.h b/src/core/thread/Task.h
index ce354697..eed5312d 100644
--- a/src/core/thread/Task.h
+++ b/src/core/thread/Task.h
@@ -246,7 +246,7 @@ class GPGFRONTEND_CORE_EXPORT Task : public QObject, public QRunnable {
*
* @param finish_after_run
*/
- void SetFinishAfterRun(bool finish_after_run);
+ void HoldOnLifeCycle(bool hold_on);
/**
* @brief