Doc: Removed a few references to the outdated features
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 <laszlo.agocs@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>bb10
parent
9c464c3bf4
commit
e453de98f6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue