aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/job.h')
-rw-r--r--lang/qt/src/job.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/qt/src/job.h b/lang/qt/src/job.h
index 297dfe06..b5a6bcf4 100644
--- a/lang/qt/src/job.h
+++ b/lang/qt/src/job.h
@@ -97,7 +97,10 @@ public:
/** Starts the job.
*
- * Starts the job with the values set for the concrete job.
+ * Starts the job with the values set for the concrete job. If starting
+ * the job failed then you are responsible for destroying it. Therefore,
+ * it's recommended to store the job in a std::unique_ptr until it has
+ * been started successfully.
*/
GpgME::Error startIt();