diff options
Diffstat (limited to 'src/script/api/qscriptclass.cpp')
-rw-r--r-- | src/script/api/qscriptclass.cpp | 2 |
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 |