aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <416365416c@gmail.com>2013-08-14 15:06:50 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-16 20:44:57 +0200
commit180180d19545665efbf0f939778845a44cb92003 (patch)
tree7ed98c74b5fcf92f61170cb510bd51c9b77bfbf4
parent290dc6caf65aeecaceb5a67b55cb33f0b059f98a (diff)
Doc fix
Grammar and word choice Change-Id: If736f1d7a6f6396101924c9357c5235605b80b43 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/qml/qml/qqmllist.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qml/qml/qqmllist.cpp b/src/qml/qml/qqmllist.cpp
index 91c9bc2416..d172c9a185 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.
*/
/*!