aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-09-28 00:06:05 +0200
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-09-30 18:08:21 +0000
commitb9e3df1cceb337947c2c701975163b53dbe131d8 (patch)
tree7845e3125154dd9d15b556fe2f1e9a5ca0617ac1
parentec2388860141dcde6387f4cba482955de648e5aa (diff)
Doc: add documentation for QJSValueList
This patch adds the missing documentation of the QJSValueList typedef. Change-Id: I8eafbc8a4a5d2fa965595085a3dc240997b13292 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
-rw-r--r--src/qml/jsapi/qjsvalue.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qml/jsapi/qjsvalue.cpp b/src/qml/jsapi/qjsvalue.cpp
index 3a3cf46ddb..953e5d3ef6 100644
--- a/src/qml/jsapi/qjsvalue.cpp
+++ b/src/qml/jsapi/qjsvalue.cpp
@@ -120,6 +120,13 @@
\value NullValue A null value.
*/
+/*!
+ \typedef QJSValueList
+ \relates QJSValue
+
+ This is a typedef for a QList<QJSValue>.
+*/
+
QT_BEGIN_NAMESPACE
using namespace QV4;