summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/eventloop/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/wasm/eventloop/README.md')
-rw-r--r--tests/manual/wasm/eventloop/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/wasm/eventloop/README.md b/tests/manual/wasm/eventloop/README.md
index 7b15a7d0ca..e5d4b92306 100644
--- a/tests/manual/wasm/eventloop/README.md
+++ b/tests/manual/wasm/eventloop/README.md
@@ -11,3 +11,4 @@ Contents
main_exec Standard Qt main(), where QApplication::exec() does not return
main_noexec Qt main() without QApplication::exec()
dialog_exec Shows how QDialog::exec() also does not return
+ thread_exec Shows how to use QThread::exec()