From 7a076c2e4ee73929d078a73eb33a0b7daecbe61b Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 28 Feb 2017 12:43:58 +0100 Subject: Doc: Fix some references in ItemModelProxy type docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia32c27f8d05ee8fb87ce4ed9f4bee2d99e0e61de Reviewed-by: Tomi Korpipää --- src/datavisualization/data/qitemmodelsurfacedataproxy.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/datavisualization') 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. */ -- cgit v1.2.3