aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-07-16 08:37:38 +0200
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-07-17 09:59:43 +0200
commit8f28229cec8ce8f52cefe760b86f3410786c201a (patch)
tree945fc9c7b0951958ed893ac780a8e23b25fe7ff0 /src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc
parent9d68329977e185fa3b34ac9e02e943d1fbaabe03 (diff)
doc: Update the diagram to mention the correct beforeSynchronizing() signal
Fixes: QTBUG-76602 Change-Id: I82f92c5a8e3d2f5cbc3f00516d119be532add302 Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc')
-rw-r--r--src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc b/src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc
index 9383c78a42..ee6c501c71 100644
--- a/src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc
+++ b/src/quick/doc/src/concepts/visualcanvas/scenegraph.qdoc
@@ -210,7 +210,7 @@ and when interaction with the scene graph can happen.
The following is a simple outline of how a frame gets
composed with the threaded render loop.
-\image sg-renderloop-threaded.jpg
+\image sg-renderloop-threaded.png
\list 1
@@ -301,7 +301,7 @@ will make the code non-portable.
The following is a simplified illustration of the frame rendering
sequence in the non-threaded renderer.
-\image sg-renderloop-singlethreaded.jpg
+\image sg-renderloop-singlethreaded.png
\section2 Custom control over rendering with QQuickRenderControl