doc: fix copy/paste error in warning
authorGunnar Sletta <gunnar@sletta.org>
Thu, 2 Jul 2015 13:30:47 +0000 (15:30 +0200)
committerGunnar Sletta <gunnar@sletta.org>
Thu, 9 Jul 2015 17:29:48 +0000 (17:29 +0000)
Change-Id: I4a9a46913b589b14c879620848d76b31e435ee02
Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
src/quick/items/qquickwindow.cpp

index 4238787..a17d4a4 100644 (file)
@@ -3530,7 +3530,7 @@ QQmlIncubationController *QQuickWindow::incubationController() const
     slot function needs to finish before execution continues, you must make sure that
     the connection is direct (see Qt::ConnectionType).
 
-    \warning Make very sure that a signal handler for afterRendering() leaves the GL
+    \warning Make very sure that a signal handler for sceneGraphAboutToStop() leaves the GL
     context in the same state as it was when the signal handler was entered. Failing to
     do so can result in the scene not rendering properly.