From e7e01ec065d3874d28e9e28d213783c4275d8813 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 25 Nov 2013 09:46:24 +0200 Subject: Fix documentation related to multiseries changes. Also fixed some other miscellaneous issues. Task-number: QTRD-2558 Change-Id: I2da3f7e64fbbbb287ddb7845cb0a15006dc4d6f5 Reviewed-by: Mika Salmela --- src/datavisualization/engine/q3dsurface.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/datavisualization/engine/q3dsurface.cpp') diff --git a/src/datavisualization/engine/q3dsurface.cpp b/src/datavisualization/engine/q3dsurface.cpp index 1655c338..664f76e7 100644 --- a/src/datavisualization/engine/q3dsurface.cpp +++ b/src/datavisualization/engine/q3dsurface.cpp @@ -68,7 +68,7 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE * * \snippet doc_src_q3dsurface_construction.cpp 2 * - * For the active data proxy set pointer of the data element: + * Create a new series and set data to it: * * \snippet doc_src_q3dsurface_construction.cpp 3 * @@ -92,7 +92,7 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE */ /*! - * Constructs a new 3D surface window. + * Constructs a new 3D surface graph. */ Q3DSurface::Q3DSurface() : d_ptr(new Q3DSurfacePrivate(this, geometry())) @@ -107,8 +107,6 @@ Q3DSurface::Q3DSurface() &Q3DSurface::themeChanged); QObject::connect(d_ptr->m_shared, &Abstract3DController::shadowQualityChanged, this, &Q3DSurface::shadowQualityChanged); - QObject::connect(d_ptr->m_shared, &Surface3DController::surfaceVisibleChanged, this, - &Q3DSurface::surfaceVisibleChanged); QObject::connect(d_ptr->m_shared, &Abstract3DController::gridVisibleChanged, this, &Q3DSurface::gridVisibleChanged); QObject::connect(d_ptr->m_shared, &Abstract3DController::backgroundVisibleChanged, this, @@ -124,7 +122,7 @@ Q3DSurface::Q3DSurface() } /*! - * Destroys the 3D surface window. + * Destroys the 3D surface graph. */ Q3DSurface::~Q3DSurface() { -- cgit v1.2.3