summaryrefslogtreecommitdiffstats
path: root/doc/src/widgets/modelview.qdoc
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-30 17:34:46 +0100
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-10-31 20:20:46 +0100
commit29478a8fe7f530d5d3fb728321cdf4e3191cad83 (patch)
treeeb4641e9153ce0caea316e847558ea71688c66b8 /doc/src/widgets/modelview.qdoc
parentba92fe922244a66b4851a049af61cf9be7b1bc9d (diff)
Doc: Fixing typos
Change-Id: I445b4cb0fe88d775c9421fbf1e8b7bb76dec0fc4 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/widgets/modelview.qdoc')
-rw-r--r--doc/src/widgets/modelview.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/widgets/modelview.qdoc b/doc/src/widgets/modelview.qdoc
index 9cbba47b60..5ac15b9f39 100644
--- a/doc/src/widgets/modelview.qdoc
+++ b/doc/src/widgets/modelview.qdoc
@@ -56,7 +56,7 @@
\list
\o The difference between standard and model/view widgets
- \o Adapters betweeen forms and models
+ \o Adapters between forms and models
\o Developing a simple model/view application
\o Predefined models
\o Intermediate topics such as:
@@ -475,7 +475,7 @@
The selection model (as shown above) can be retrieved, but it can also be
set with \l{QAbstractItemView}{QAbstractItemView::setSelectionModel}. This
- is how it's possible to have 3 view classes with synchronised selections
+ is how it's possible to have 3 view classes with synchronized selections
because only one instance of a selection model is used. To share a selection
model between 3 views use \l{QAbstractItemView::}{selectionModel()} and
assign the result to the second and third view class with