summaryrefslogtreecommitdiffstats
path: root/src/datavisualization
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-28 12:43:58 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-03-02 08:24:02 +0000
commit7a076c2e4ee73929d078a73eb33a0b7daecbe61b (patch)
tree2040917ce3e35af0ae184da6d344840316ccca66 /src/datavisualization
parentaa998a9288a0373301360b2fe993b757aae0221b (diff)
Doc: Fix some references in ItemModelProxy type docs
Change-Id: Ia32c27f8d05ee8fb87ce4ed9f4bee2d99e0e61de Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/datavisualization')
-rw-r--r--src/datavisualization/data/qitemmodelsurfacedataproxy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp b/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp
index d2f63a94..47230326 100644
--- a/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp
+++ b/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp
@@ -101,10 +101,10 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
* \inherits SurfaceDataProxy
* \brief Proxy class for presenting data in item models with Surface3D.
*
- * This type allows you to use AbstractItemModel derived models as a data source for Surface3D.
+ * This type allows you to use \c AbstractItemModel derived models as a data
+ * source for Surface3D.
*
* Data is resolved asynchronously whenever the mapping or the model changes.
- * QSurfaceDataProxy::arrayReset() is emitted when the data has been resolved.
*
* For ItemModelSurfaceDataProxy enums, see \l{QItemModelSurfaceDataProxy::MultiMatchBehavior}.
*
@@ -141,7 +141,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
/*!
* \qmlproperty string ItemModelSurfaceDataProxy::xPosRole
* The item model role to map to the X position. If this role is not defined, columnRole is
- * used to determine the X-coordinate value of the resolved \l{QSurfaceDataItem}
+ * used to determine the X-coordinate value of the resolved \c QSurfaceDataItem
* items.
*/
@@ -153,7 +153,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
/*!
* \qmlproperty string ItemModelSurfaceDataProxy::zPosRole
* The item model role to map to the Z position. If this role is not defined, rowRole is
- * used to determine the Z-coordinate value of resolved \l{QSurfaceDataItem}
+ * used to determine the Z-coordinate value of the resolved \c QSurfaceDataItem
* items.
*/