diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-03-04 03:05:17 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-03-04 03:05:17 (GMT) |
commit | 08cf6561c4ad2288e385e63d941b60b268cc484e (patch) | |
tree | 716cda1b82b61e3f3d0d0e9d7828a37bf6510375 /src/declarative/graphicsitems/qdeclarativegridview.cpp | |
parent | 95639d8f27300533419da0c8dd22c0cc5e63543e (diff) | |
download | Qt-08cf6561c4ad2288e385e63d941b60b268cc484e.zip Qt-08cf6561c4ad2288e385e63d941b60b268cc484e.tar.gz Qt-08cf6561c4ad2288e385e63d941b60b268cc484e.tar.bz2 |
Fix spelling.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativegridview.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativegridview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativegridview.cpp b/src/declarative/graphicsitems/qdeclarativegridview.cpp index 7b97dcc..a6f3d8f 100644 --- a/src/declarative/graphicsitems/qdeclarativegridview.cpp +++ b/src/declarative/graphicsitems/qdeclarativegridview.cpp @@ -698,7 +698,7 @@ void QDeclarativeGridViewPrivate::updateCurrent(int modelIndex) In this case ListModel is a handy way for us to test our UI. In practice the model would be implemented in C++, or perhaps via a SQL data source. - Note that views do not enabel \e clip automatically. If the view + Note that views do not enable \e clip automatically. If the view is not clipped by another item or the screen, it will be necessary to set \e {clip: true} in order to have the out of view items clipped nicely. |