summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/model-view-programming.qdoc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-08-05 09:06:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-05 10:56:03 +0200
commitc0f51fb1d09c4edb00748ff90d9e5ea9ba5773b2 (patch)
tree657cd2abb8123c296d90895ceab591389f5145bf /src/widgets/doc/src/model-view-programming.qdoc
parentbbf19fb29572785ef9b7fcccd2d2027f5c7603a6 (diff)
Fix typo in Model/View Programming documentation.
Change-Id: I88f49a894a8c1e88a4cdb559fdc426f01e113f80 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/widgets/doc/src/model-view-programming.qdoc')
-rw-r--r--src/widgets/doc/src/model-view-programming.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/src/model-view-programming.qdoc b/src/widgets/doc/src/model-view-programming.qdoc
index 6bcd0943a1..377ecf204e 100644
--- a/src/widgets/doc/src/model-view-programming.qdoc
+++ b/src/widgets/doc/src/model-view-programming.qdoc
@@ -189,7 +189,7 @@
to the QTableView::sortByColumn() slot or the
QTreeView::sortByColumn() slot, respectively.
- The alternative approach, if your model do not have the required
+ The alternative approach, if your model does not have the required
interface or if you want to use a list view to present your data,
is to use a proxy model to transform the structure of your model
before presenting the data in the view. This is covered in detail