Review of documentation.
Terms fixing. Changes apply to Qt5 as well as Qt4. Change-Id: Ibb31ab0d68c62f3feb63722dd967932c2543fa37 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
cc79ed5c6a
commit
6e5938311f
|
|
@ -38,7 +38,7 @@
|
|||
QWaitCondition allows a thread to tell other threads that some
|
||||
sort of condition has been met. One or many threads can block
|
||||
waiting for a QWaitCondition to set a condition with wakeOne() or
|
||||
wakeAll(). Use wakeOne() to wake one randomly selected condition or
|
||||
wakeAll(). Use wakeOne() to wake one randomly selected thread or
|
||||
wakeAll() to wake them all.
|
||||
|
||||
For example, let's suppose that we have three tasks that should
|
||||
|
|
|
|||
Loading…
Reference in New Issue