Doc fix
authorAlan Alpert <416365416c@gmail.com>
Wed, 14 Aug 2013 22:06:50 +0000 (15:06 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 16 Aug 2013 18:44:57 +0000 (20:44 +0200)
Grammar and word choice

Change-Id: If736f1d7a6f6396101924c9357c5235605b80b43
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/qml/qml/qqmllist.cpp

index 91c9bc2..d172c9a 100644 (file)
@@ -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.
 */
 
 /*!