equal
deleted
inserted
replaced
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. |