diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-15 03:23:26 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-15 05:41:06 (GMT) |
commit | fb8869e00da635be7660d845d4cb631d230bed6e (patch) | |
tree | b954f563b8f4f0fb3b491273f524e6436bea664e | |
parent | b78e46817e5e2d9bd6a8d83b1447a6c4e941a5b3 (diff) | |
download | Qt-fb8869e00da635be7660d845d4cb631d230bed6e.zip Qt-fb8869e00da635be7660d845d4cb631d230bed6e.tar.gz Qt-fb8869e00da635be7660d845d4cb631d230bed6e.tar.bz2 |
fix spelling
-rw-r--r-- | src/declarative/qml/qdeclarativelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativelist.cpp b/src/declarative/qml/qdeclarativelist.cpp index 7c89672..9598d98 100644 --- a/src/declarative/qml/qdeclarativelist.cpp +++ b/src/declarative/qml/qdeclarativelist.cpp @@ -306,7 +306,7 @@ int QDeclarativeListReference::count() const /*! \class QDeclarativeListProperty \since 4.7 -\brief The QDeclarativeListProperty class allows applications to explose list-like +\brief The QDeclarativeListProperty class allows applications to expose list-like properties to QML. QML has many list properties, where more than one object value can be assigned. |