summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-04-23 09:58:15 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-04-23 11:43:41 +0300
commit555acef736a72cdc92113a268826a6bba77fbe40 (patch)
tree83200c64836afbfcbbbd73bbeba2dbf8765dae98 /src/datavisualization/engine
parenta11dcce773b9ad2a913a32efe0c51b1221694659 (diff)
Added QML support for custom items
Task-number: QTRD-3048 Change-Id: I90e6fbee38bae858c2e0910178684e28eacc6472 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'src/datavisualization/engine')
-rw-r--r--src/datavisualization/engine/qabstract3dgraph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavisualization/engine/qabstract3dgraph.cpp b/src/datavisualization/engine/qabstract3dgraph.cpp
index 1c46427d..e143e756 100644
--- a/src/datavisualization/engine/qabstract3dgraph.cpp
+++ b/src/datavisualization/engine/qabstract3dgraph.cpp
@@ -405,7 +405,7 @@ int QAbstract3DGraph::addCustomItem(const QString &meshFile, const QVector3D &po
}
/*!
- * Removes the custom item at \a {index}. Deletes the resource allocated to it.
+ * Removes the custom item at \a {index}. Deletes the resources allocated to it.
*
* \note The index of the remaining items will change if the item removed is other than
* the last.
@@ -418,7 +418,7 @@ void QAbstract3DGraph::removeCustomItemAt(int index)
}
/*!
- * Removes the custom item at \a {position}. Deletes the resource allocated to it.
+ * Removes the custom item at \a {position}. Deletes the resources allocated to it.
*
* \note The index of the remaining items will change if an item is removed from a position that
* is not at the last index.