summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@digia.com>2013-10-02 09:16:18 +0300
committerTitta Heikkala <titta.heikkala@digia.com>2013-10-02 09:29:41 +0300
commit7768c3fc60b8b4ace9f0e83c3b5e713363ccd9f7 (patch)
tree95c3fbc622ad659202e67a6e7d43c17253fffc89 /src
parent57e2d8f758e8315cec06c3ff9194b77456503f0f (diff)
Remove qmlcustommodel demo
Qml Custom Model demo removed for now. If there's need for similar demo in the future a better one should be created. Task-number: QTRD-1928 Change-Id: I1766dfca4e2a7358f47c40f0e0b7258768c16b22 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/barchart/qhbarmodelmapper.cpp6
-rw-r--r--src/barchart/qvbarmodelmapper.cpp6
-rw-r--r--src/piechart/qhpiemodelmapper.cpp6
-rw-r--r--src/piechart/qvpiemodelmapper.cpp6
-rw-r--r--src/xychart/qhxymodelmapper.cpp6
-rw-r--r--src/xychart/qvxymodelmapper.cpp6
6 files changed, 18 insertions, 18 deletions
diff --git a/src/barchart/qhbarmodelmapper.cpp b/src/barchart/qhbarmodelmapper.cpp
index c5d4c099..ccc8d19c 100644
--- a/src/barchart/qhbarmodelmapper.cpp
+++ b/src/barchart/qhbarmodelmapper.cpp
@@ -74,9 +74,9 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
\qmlproperty SomeModel HBarModelMapper::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.
*/
/*!
diff --git a/src/barchart/qvbarmodelmapper.cpp b/src/barchart/qvbarmodelmapper.cpp
index 19eea3b0..4cd98ea3 100644
--- a/src/barchart/qvbarmodelmapper.cpp
+++ b/src/barchart/qvbarmodelmapper.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.
*/
/*!
diff --git a/src/piechart/qhpiemodelmapper.cpp b/src/piechart/qhpiemodelmapper.cpp
index ea0f435a..9cdb2cf5 100644
--- a/src/piechart/qhpiemodelmapper.cpp
+++ b/src/piechart/qhpiemodelmapper.cpp
@@ -72,9 +72,9 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
\qmlproperty SomeModel HPieModelMapper::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.
*/
/*!
diff --git a/src/piechart/qvpiemodelmapper.cpp b/src/piechart/qvpiemodelmapper.cpp
index 96a55bef..38eecd1f 100644
--- a/src/piechart/qvpiemodelmapper.cpp
+++ b/src/piechart/qvpiemodelmapper.cpp
@@ -71,9 +71,9 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
\qmlproperty SomeModel VPieModelMapper::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.
*/
/*!
diff --git a/src/xychart/qhxymodelmapper.cpp b/src/xychart/qhxymodelmapper.cpp
index 60bf3a35..30201e73 100644
--- a/src/xychart/qhxymodelmapper.cpp
+++ b/src/xychart/qhxymodelmapper.cpp
@@ -58,9 +58,9 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
\qmlproperty SomeModel HXYModelMapper::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.
*/
/*!
diff --git a/src/xychart/qvxymodelmapper.cpp b/src/xychart/qvxymodelmapper.cpp
index 91d055f3..af5149ef 100644
--- a/src/xychart/qvxymodelmapper.cpp
+++ b/src/xychart/qvxymodelmapper.cpp
@@ -58,9 +58,9 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
\qmlproperty SomeModel VXYModelMapper::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.
*/
/*!