From f1cc99933181fe9db818af705c6a642207cf8220 2013-10-14 09:06:59 From: Titta Heikkala Date: 2013-10-14 09:06:59 Subject: [PATCH] Remove QML Custom Model from documentation The QML Custom Model demo has been removed, remove the reference from documentation. Task-number: QTRD-1928 Change-Id: I0f16cfd4aad0727c21455cdffa523498462269ad Reviewed-by: Miikka Heikkinen --- diff --git a/src/boxplotchart/qvboxplotmodelmapper.cpp b/src/boxplotchart/qvboxplotmodelmapper.cpp index 9d2e078..036537e 100644 --- a/src/boxplotchart/qvboxplotmodelmapper.cpp +++ b/src/boxplotchart/qvboxplotmodelmapper.cpp @@ -75,9 +75,9 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! \qmlproperty SomeModel VBarModelMapper::model - The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to - QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns - and modifying the data of the cells. + The QAbstractItemModel based model that is used by the mapper. You need to implement the model + and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying + the data of the cells. */ /*!