Fix doc about ProgressManager

Change-Id: I49b0a7d83d0be4586c5e11a482b109461f1a05d6
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Kai Koehne
2013-11-15 17:11:34 +01:00
committed by Eike Ziller
parent 229ca0981a
commit 5c3a507668

View File

@@ -67,7 +67,7 @@ using namespace Core::Internal;
for running tasks in Qt Creator. for running tasks in Qt Creator.
It tracks the progress of a task that it is told It tracks the progress of a task that it is told
about, and shows a progress indicator in the left hand tool bar about, and shows a progress indicator in the lower right
of Qt Creator's main window to the user. of Qt Creator's main window to the user.
The progress indicator also allows the user to cancel the task. The progress indicator also allows the user to cancel the task.