From b9e3df1cceb337947c2c701975163b53dbe131d8 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Thu, 28 Sep 2017 00:06:05 +0200 Subject: Doc: add documentation for QJSValueList This patch adds the missing documentation of the QJSValueList typedef. Change-Id: I8eafbc8a4a5d2fa965595085a3dc240997b13292 Reviewed-by: Sze Howe Koh --- src/qml/jsapi/qjsvalue.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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. +*/ + QT_BEGIN_NAMESPACE using namespace QV4; -- cgit v1.2.3