src/declarative/qml/qdeclarativeworkerscript.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   512 }
   512 }
   513 
   513 
   514 
   514 
   515 /*!
   515 /*!
   516     \qmlclass WorkerScript QDeclarativeWorkerScript
   516     \qmlclass WorkerScript QDeclarativeWorkerScript
       
   517   \ingroup qml-utility-elements
   517     \brief The WorkerScript element enables the use of threads in QML.
   518     \brief The WorkerScript element enables the use of threads in QML.
   518 
   519 
   519     Use WorkerScript to run operations in a new thread.
   520     Use WorkerScript to run operations in a new thread.
   520     This is useful for running operations in the background so
   521     This is useful for running operations in the background so
   521     that the main GUI thread is not blocked.
   522     that the main GUI thread is not blocked.