summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-02-14 14:44:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-19 11:55:51 +0100
commit5d6916b4c1f6ea3b86cc3d820c433fec8a42fad0 (patch)
tree0fef62059cf4074206ef3619716935089ca21ab9 /src/corelib/doc
parent73d32873cf307a60bbe83f2c9e973236bccb4162 (diff)
Doc: Removed reference to deprecated \badcode command.
-QDoc doesn't differentiate between \badcode and \code. They both look the same in the output. Change-Id: Ifabd51b7e433a1c30cf30c267d3ce63dded1bd43 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/threads-basics.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/doc/src/threads-basics.qdoc b/src/corelib/doc/src/threads-basics.qdoc
index dad41368c6..dd5267f0ba 100644
--- a/src/corelib/doc/src/threads-basics.qdoc
+++ b/src/corelib/doc/src/threads-basics.qdoc
@@ -269,7 +269,8 @@
This is the result of running the code:
- \badcode
+ \code
+ //bad code
hello from GUI thread 3079423696
hello from worker thread 3076111216
\endcode