summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-02-03 13:00:09 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-02-03 13:07:52 +0000
commit19417cdc132f5e97a65bf89e8df361a182f7b0e1 (patch)
tree01d4b287441d2cb5024ec654ebf793f5e00892d8
parentf8ad37de2d7170d1548252608f8c04aac6ec1035 (diff)
downloadqtenginio-1.1.0.tar.gz
Doc: link errors cloudaddressbook example1.1.0
Change-Id: I8b57d816aa2beb60b05ee776617a4cecc98a90ce Task-number: QTBUG-43810 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc b/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
index dd9a391..b73fb49 100644
--- a/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
+++ b/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
@@ -67,7 +67,7 @@
\list
\li \l EnginioClient which encapsulates all information needed to keep the connection to the backend
\li \l EnginioModel which queries all addresses
- \li \l QSortFilterProxy which sorts the data
+ \li \l QSortFilterProxyModel which sorts the data
\li \l QTableView which shows the data
\endlist
@@ -80,7 +80,7 @@
\snippet cloudaddressbook/mainwindow.cpp model
EnginioModel can sort or filter data only initially, which means that, for example, a newly added
- item will not be placed correctly. To solve the problem QSortFilterProxy has to be used.
+ item will not be placed correctly. To solve the problem QSortFilterProxyModel has to be used.
\snippet cloudaddressbook/mainwindow.cpp assignProxyModel
Now is a time to look deeper into EngnioModel. EnginioModel should define data roles.