summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2015-09-16 13:09:43 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-09-16 10:15:18 +0000
commita137e485781a4595b3b30068e71ea905181f2790 (patch)
tree48841a72e0cd5e8acfe9be37e99c77f5a5ee99f0
parent2db41b8cb90bf26d1c7b4021b730bcb1f8e6ac4c (diff)
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 <miikka.heikkinen@theqtcompany.com>
-rw-r--r--src/charts/doc/src/examples-qmloscilloscope.qdoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/charts/doc/src/examples-qmloscilloscope.qdoc b/src/charts/doc/src/examples-qmloscilloscope.qdoc
index 4474eba6..3f833eff 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