From 180180d19545665efbf0f939778845a44cb92003 Mon Sep 17 00:00:00 2001 From: Alan Alpert <416365416c@gmail.com> Date: Wed, 14 Aug 2013 15:06:50 -0700 Subject: [PATCH] Doc fix Grammar and word choice Change-Id: If736f1d7a6f6396101924c9357c5235605b80b43 Reviewed-by: Jerome Pasion --- src/qml/qml/qqmllist.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/qml/qml/qqmllist.cpp b/src/qml/qml/qqmllist.cpp index 91c9bc2..d172c9a 100644 --- a/src/qml/qml/qqmllist.cpp +++ b/src/qml/qml/qqmllist.cpp @@ -409,8 +409,9 @@ Construct a QQmlListProperty from a set of operation functions. An opaque \a da may be passed which can be accessed from within the operation functions. The list property remains valid while \a object exists. -You can pass a null pointer, but than the list will be not designable or changeable by the debugger. -So provide all function, except it is not possible. +Null pointers can be passed for any function. If any null pointers are passed in, the list +will be neither designable nor alterable by the debugger. It is recommended to provide valid +pointers for all functions. */ /*! -- 2.7.4