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>
This commit is contained in:
Thiago Macieira 2014-08-08 12:12:06 -03:00
parent 0d48e774c6
commit 3bfdacaaeb

View File

@ -97,7 +97,7 @@
/*! \fn QFuture::QFuture()
Constructs an empty future.
Constructs an empty, canceled future.
*/
/*! \fn QFuture::QFuture(const QFuture &other)