From a137e485781a4595b3b30068e71ea905181f2790 2015-09-16 10:15:18 From: Titta Heikkala Date: 2015-09-16 10:15:18 Subject: [PATCH] Updated QML Oscilloscope documentation Removed note about using '-graphicssystem opengl' for better performance as it only applies to Quick 1. Change-Id: Ie4fb96afc1f8ae94c2d65d752fe7cfac281e750a Task-number: QTRD-3509 Reviewed-by: Miikka Heikkinen --- diff --git a/src/charts/doc/src/examples-qmloscilloscope.qdoc b/src/charts/doc/src/examples-qmloscilloscope.qdoc index 4474eba..3f833ef 100644 --- a/src/charts/doc/src/examples-qmloscilloscope.qdoc +++ b/src/charts/doc/src/examples-qmloscilloscope.qdoc @@ -35,12 +35,6 @@ experiment with the different configurable options of the example application to find the configuration that gives you the best performance in your environment. - Note: You can try if enabling OpenGL improves the performance with the following startup - parameter: - \code - -graphicssystem opengl - \endcode - The application window is shared by control and scope views: \snippet qmloscilloscope/qml/qmloscilloscope/main.qml 1 \dots