From e453de98f6e925ee1425c78d48fab78aed3b28e2 Mon Sep 17 00:00:00 2001 From: Venu Date: Tue, 30 Sep 2014 15:36:56 +0200 Subject: [PATCH] Doc: Removed a few references to the outdated features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenVG support and the -graphicssystem command-line option is not available since Qt 5.0. Change-Id: I19c89cd3bb2c4a2215cdfae9fd783dece637b30f Task-number: QTBUG-41265 Reviewed-by: Laszlo Agocs Reviewed-by: Topi Reiniƶ --- src/gui/painting/qpainter.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 40f2d10abb..2c34895918 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -1350,14 +1350,7 @@ void QPainterPrivate::updateState(QPainterState *newState) and embedded devices supporting the OpenGL 2.0 or OpenGL/ES 2.0 specification. This includes most graphics chips produced in the last couple of years. The engine can be enabled by using QPainter - onto a QOpenGLWidget or by passing \c {-graphicssystem opengl} on the - command line when the underlying system supports it. - - \li OpenVG - This backend implements the Khronos standard for 2D - and Vector Graphics. It is primarily for embedded devices with - hardware support for OpenVG. The engine can be enabled by - passing \c {-graphicssystem openvg} on the command line when - the underlying system supports it. + onto a QOpenGLWidget. \endlist