From cad3ffc8c90f3c194d06e52c981cd54cdab509ec Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Tue, 8 May 2018 13:04:41 +0200 Subject: Fix MapPolyline doc GL_LINES aren't used anymore. Remove the related note. Task-number: QTBUG-63223 Change-Id: Ic309b3ad4626506151b20f69e5f11a3f1d7cc888 Reviewed-by: Alex Blasche --- src/location/declarativemaps/qdeclarativepolylinemapitem.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp index 2dab58e9..e6619800 100644 --- a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp +++ b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp @@ -272,11 +272,6 @@ static QList > clipLine( appearance. Setting the \l {Item::opacity}{opacity} property will force the object to be blended, which decreases performance considerably depending on the hardware in use. - \note MapPolylines are implemented using the OpenGL GL_LINES - primitive. There have been occasional reports of issues and rendering - inconsistencies on some (particularly quite old) platforms. No workaround - is yet available for these issues. - \section2 Example Usage The following snippet shows a MapPolyline with 4 points, making a shape -- cgit v1.2.1