summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptclass.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 19:11:09 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-06 00:46:34 +0100
commitffd7231dbec0a96dd34a02a056b86aae1992cdbf (patch)
tree61fec5ad5fba6df290eb67d645756b6ec91c0cf5 /src/script/api/qscriptclass.cpp
parentc81c78c0cf6eff2f65cfaed655ec5ac7531bb75d (diff)
downloadqtscript-ffd7231dbec0a96dd34a02a056b86aae1992cdbf.tar.gz
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I7733d18ce1e3459ef618802060d176c9211d3d5f Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'src/script/api/qscriptclass.cpp')
-rw-r--r--src/script/api/qscriptclass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/qscriptclass.cpp b/src/script/api/qscriptclass.cpp
index 80abb83..68de186 100644
--- a/src/script/api/qscriptclass.cpp
+++ b/src/script/api/qscriptclass.cpp
@@ -56,7 +56,7 @@
Reimplement queryProperty() to specify which properties are handled
in a custom way by your script class (i.e. should be
- \bold{delegated} to the QScriptClass), and which properties should
+ \b{delegated} to the QScriptClass), and which properties should
be handled just like normal Qt Script object properties.
Reimplement property() and setProperty() to perform the actual