aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-08-07 14:04:36 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-08-10 19:38:59 +0000
commita7c17d8b36fc62d87048ec928ef08cd5e91cfe31 (patch)
tree1ae6c178fa5c5fa6f1aa96151b774ba8ab408d6b /doc
parentcc30770e64b298839b2d7f6043165636f77f99f0 (diff)
TemporaryDir extension: turn off auto remove.
This fits better with the JS try..finally idiom, as opposed to RAII in C++. Change-Id: I9c9ecca2f4d17fa1ecf8e085423561c03c3108f4 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/jsextensions/jsextension-temporarydir.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/jsextensions/jsextension-temporarydir.qdoc b/doc/reference/jsextensions/jsextension-temporarydir.qdoc
index 5f4831187..63ee394f7 100644
--- a/doc/reference/jsextensions/jsextension-temporarydir.qdoc
+++ b/doc/reference/jsextensions/jsextension-temporarydir.qdoc
@@ -67,5 +67,5 @@
Removes the temporary directory, including all its contents.
Returns \c true if removing was successful.
It is recommended to always call this function as soon as you are finished with the temporary
- directory.
+ directory. The directory will not be removed automatically.
*/