summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qml/qmlsurface/data.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlsurface/qml/qmlsurface/data.qml')
-rw-r--r--examples/qmlsurface/qml/qmlsurface/data.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/qmlsurface/qml/qmlsurface/data.qml b/examples/qmlsurface/qml/qmlsurface/data.qml
index f9b008df..3ecc899f 100644
--- a/examples/qmlsurface/qml/qmlsurface/data.qml
+++ b/examples/qmlsurface/qml/qmlsurface/data.qml
@@ -20,18 +20,8 @@ import QtQuick 2.1
import QtDataVisualization 1.0
Item {
- property alias mapping: surfaceMapping
property alias model: dataModel
- //! [2]
- SurfaceDataMapping {
- id: surfaceMapping
- rowRole: "longitude"
- columnRole: "latitude"
- valueRole: "height"
- }
- //! [2]
-
//! [1]
ListModel {
id: dataModel