Fix QCoreApplication documentation.

Task-number: QTBUG-33360

Change-Id: Ifdc0bcc580d0a2dacc6a0bdce10aa278e0bdfe9c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
bb10
Mitch Curtis 2013-11-11 09:15:24 +01:00 committed by The Qt Project
parent 50a64e7626
commit a106be6f46
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ bool QCoreApplication::closingDown()
You can call this function occasionally when your program is busy
performing a long operation (e.g. copying a file).
In event you are running a local loop which calls this function
In the event that you are running a local loop which calls this function
continuously, without an event loop, the
\l{QEvent::DeferredDelete}{DeferredDelete} events will
not be processed. This can affect the behaviour of widgets,