From 7a2b9e43c7ebaa88a43e9960c405cc5ead07480e Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Thu, 5 Jun 2014 11:03:37 +0300 Subject: Minor doc fix to scene MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibff77f2aea13c7627bf612ae75358025231198c8 Reviewed-by: Tomi Korpipää --- src/datavisualization/engine/q3dscene.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/datavisualization/engine/q3dscene.cpp b/src/datavisualization/engine/q3dscene.cpp index 62cb681a..9464bc8d 100644 --- a/src/datavisualization/engine/q3dscene.cpp +++ b/src/datavisualization/engine/q3dscene.cpp @@ -255,8 +255,12 @@ void Q3DScene::setSecondarySubViewport(const QRect &secondarySubViewport) * * This property contains the coordinates for the user input that should be processed * by the scene as selection. If this is set to value other than invalidSelectionPoint() the - * graph tries to select a data item at the given \a point within the primary viewport. - * After the rendering pass the property is returned to its default state of invalidSelectionPoint(). + * graph tries to select a data item, axis label, or a custom item at the given \a point within + * the primary viewport. + * After the rendering pass the property is returned to its default state of + * invalidSelectionPoint(). + * + * \sa QAbstract3DGraph::selectedElement */ void Q3DScene::setSelectionQueryPosition(const QPoint &point) { -- cgit v1.2.3