From 8a372da705c71c1295a570564c0c7ef4c9698e42 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Tue, 10 Jun 2014 12:46:14 +0300 Subject: Minor examples and doc fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2523091dee02c496dfd7eb52844b9f302d49a529 Reviewed-by: Tomi Korpipää --- examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc') diff --git a/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc b/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc index e13320c3..6cc652ec 100644 --- a/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc +++ b/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc @@ -81,7 +81,7 @@ One interesting detail is that we don't specify a proxy for the Surface3DSeries we attach to the graph. This makes the series to utilize the default QSurfaceDataProxy. - We also hide the item label with \l{Abstract3DSeries::itemLabelVisible}{itemLabelFormat}, since + We also hide the item label with \l{Abstract3DSeries::itemLabelVisible}{itemLabelVisible}, since we want to display the selected item information in a \c Text element instead of a floating label above the selection pointer. This is done because the selection pointer moves around a lot as the data changes, which makes -- cgit v1.2.3