summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfuture.qdoc
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-08-08 12:12:06 -0300
committerThiago Macieira <thiago.macieira@intel.com>2014-09-22 19:13:31 +0200
commit3bfdacaaebfcb3299eedd6f02977b49e732cfc30 (patch)
treed6985e4185a4a4e7c0c1d1c8ecf8e12113a3ed63 /src/corelib/thread/qfuture.qdoc
parent0d48e774c6361d91dff9bd65785b1043ef20ea25 (diff)
Document that default-constructed QFuture are canceled
Task-number: QTBUG-40680 Change-Id: Idee9ff75c89c8349be779b90ee9c34a899d92c0c Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/corelib/thread/qfuture.qdoc')
-rw-r--r--src/corelib/thread/qfuture.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qfuture.qdoc b/src/corelib/thread/qfuture.qdoc
index 951b369fad..6b3a635291 100644
--- a/src/corelib/thread/qfuture.qdoc
+++ b/src/corelib/thread/qfuture.qdoc
@@ -97,7 +97,7 @@
/*! \fn QFuture::QFuture()
- Constructs an empty future.
+ Constructs an empty, canceled future.
*/
/*! \fn QFuture::QFuture(const QFuture &other)