Add missing api doc.

Change-Id: Ia6e2fd4ab03626c753a52a1bc77eef269b08cf4a
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Eike Ziller
2011-11-09 11:35:43 +01:00
parent 3b0f26e231
commit 16e97f0d51

View File

@@ -209,7 +209,11 @@ using namespace Core::Internal;
progress indicator stay visible after the task has finished.
Returns an object that represents the created progress indicator,
which can be used to further customize. The FutureProgress object's
life is managed by the ProgressManager and is guaranteed to live
life is managed by the ProgressManager and is guaranteed to live only until
the next event loop cycle, or until the next call of addTask.
If you want to use the returned FutureProgress later than directly after calling this method,
you will need to use protective methods (like wrapping the returned object in QPointer and
checking for 0 whenever you use it).
*/
/*!