aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-11-19 10:50:55 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-11-20 17:37:38 +0000
commit9a7c5a925c4d62f4fe23d31b1f8636d415b6307c (patch)
tree6a6bd84b43ecc32fec72be5ed9f097d4ef1abaa0
parent2b52a997ce3679ac4c94b7c117b0ea11c1523b60 (diff)
Doc: Fix spelling of qjsvalue_cast()
Change-Id: Ic853e8c958b250d87a953942ea944f5d52d456a2 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
-rw-r--r--src/qml/jsapi/qjsvalue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsapi/qjsvalue.cpp b/src/qml/jsapi/qjsvalue.cpp
index b3ae630a95..225a4443d9 100644
--- a/src/qml/jsapi/qjsvalue.cpp
+++ b/src/qml/jsapi/qjsvalue.cpp
@@ -80,7 +80,7 @@
used to test if a value is of a certain type. The methods named
toT() (e.g. toBool(), toString()) can be used to convert a
QJSValue to another type. You can also use the generic
- QJSValue_cast() function.
+ qjsvalue_cast() function.
Object values have zero or more properties which are themselves
QJSValues. Use setProperty() to set a property of an object, and