forked from qt-creator/qt-creator
Add missing api doc.
Change-Id: Ia6e2fd4ab03626c753a52a1bc77eef269b08cf4a Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user