summaryrefslogtreecommitdiffstats
path: root/src/datavisualization
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-09 08:55:09 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-09 09:13:06 +0300
commit5f02a038891db0cfd6a9fa08d7576141485e5d71 (patch)
tree383c8173283a043d0815f85d1745a771554fbc2d /src/datavisualization
parent36e42a1988e5c88c76c06415a1aaa19209a6e720 (diff)
Renamed examples
Task-number: QTRD-2418 Change-Id: Ic0cae9a8caebcbd0f1cf57eb98fb7d543d7d7289 Change-Id: Ic0cae9a8caebcbd0f1cf57eb98fb7d543d7d7289 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization')
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization.qdoc6
-rw-r--r--src/datavisualization/engine/q3dbars.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/datavisualization/doc/src/qtdatavisualization.qdoc b/src/datavisualization/doc/src/qtdatavisualization.qdoc
index 1f2474f7..45087e9d 100644
--- a/src/datavisualization/doc/src/qtdatavisualization.qdoc
+++ b/src/datavisualization/doc/src/qtdatavisualization.qdoc
@@ -143,9 +143,9 @@
QHeightMapSurfaceDataProxy is a specialized proxy for generating a surface graph from a
heightmap image. See QHeightMapSurfaceDataProxy documentation for more information.
- The \l{Rainfall Example}{Rainfall} example shows how a custom proxy can be created. It defines
- a custom data set based on variant lists and an extension of the basic proxy to resolve that
- data with an associated mapper.
+ The \l{Custom Proxy Example}{Custom Proxy} example shows how a custom proxy can be created. It
+ defines a custom data set based on variant lists and an extension of the basic proxy to resolve
+ that data with an associated mapper.
\section1 Dealing with real-time data
diff --git a/src/datavisualization/engine/q3dbars.cpp b/src/datavisualization/engine/q3dbars.cpp
index 6af18b1f..0a543d54 100644
--- a/src/datavisualization/engine/q3dbars.cpp
+++ b/src/datavisualization/engine/q3dbars.cpp
@@ -88,8 +88,8 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE
*
* The scene can be rotated, zoomed into, and a bar can be selected to view it's value,
* but no other interaction is included in this minimal code example. You can learn more by
- * familiarizing yourself with the examples provided, like the \l{Rainfall Example} or
- * the \l{Widget Example}.
+ * familiarizing yourself with the examples provided, like the \l{Bars Example} or
+ * the \l{Custom Proxy Example}.
*
* \sa Q3DScatter, Q3DSurface, {Qt Data Visualization C++ Classes}
*/