summaryrefslogtreecommitdiff
path: root/src/doc/src/declarative/qdeclarativeperformance.qdoc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-04-05 12:27:41 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2017-04-05 12:27:41 +0000
commite6e42c42d374c7a18a3affae822462931eaa0a71 (patch)
treeab8ff395910333edff3c80df993354f25e675696 /src/doc/src/declarative/qdeclarativeperformance.qdoc
parent695460401d9a89d2f156016d51601b2e59b64105 (diff)
parent2ce3ad556d3e0d0af585fc3e6c62e1802c26a3b8 (diff)
downloadqtquick1-e6e42c42d374c7a18a3affae822462931eaa0a71.tar.gz
Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/dev
Diffstat (limited to 'src/doc/src/declarative/qdeclarativeperformance.qdoc')
-rw-r--r--src/doc/src/declarative/qdeclarativeperformance.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/src/declarative/qdeclarativeperformance.qdoc b/src/doc/src/declarative/qdeclarativeperformance.qdoc
index 1aea60d2..eb8b922b 100644
--- a/src/doc/src/declarative/qdeclarativeperformance.qdoc
+++ b/src/doc/src/declarative/qdeclarativeperformance.qdoc
@@ -132,9 +132,9 @@ performance for all use-cases, it typically has \b{consistently good} performanc
all use-cases. In contrast, only using the raster paint engine may result in very good
performance for parts of your application and very poor performance elsewhere.
-The QML Viewer uses the raster graphics system by default for X11 and OS X. It also
+The QML Viewer uses the raster graphics system by default for X11 and \macos. It also
includes a \c -opengl command line option which sets a QGLWidget as the viewport of the
-view. On OS X, a QGLWidget is always used.
+view. On \macos, a QGLWidget is always used.
You can also prevent QDeclarativeView from painting its window background if
you will provide the background of your application using QML, e.g.