aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
diff options
context:
space:
mode:
authorJohan Solbakken <johan.solbakken@qt.io>2022-06-28 12:55:41 +0200
committerJohan Solbakken <johan.solbakken@qt.io>2022-07-17 00:08:08 +0200
commit59b5994a02c98ec02b8e76d0431e271a430e8bd1 (patch)
tree8c3e29e8da894357126ea83785a8808d15277450 /src/quick/scenegraph/qsgthreadedrenderloop.cpp
parent650342de792e0ab37ce8bac8ccde21ab9b96b2c9 (diff)
Remove flushFrameSynchronousEvents from qquickwindow_p.h
Change-Id: Ib1ae19eac2a5a95b71345b80075f871ea82fa928 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/scenegraph/qsgthreadedrenderloop.cpp')
-rw-r--r--src/quick/scenegraph/qsgthreadedrenderloop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgthreadedrenderloop.cpp b/src/quick/scenegraph/qsgthreadedrenderloop.cpp
index 244f0fbcdc..5bd4e84b58 100644
--- a/src/quick/scenegraph/qsgthreadedrenderloop.cpp
+++ b/src/quick/scenegraph/qsgthreadedrenderloop.cpp
@@ -1473,7 +1473,7 @@ void QSGThreadedRenderLoop::polishAndSync(Window *w, bool inExpose)
}
// Flush pending touch events.
- QQuickWindowPrivate::get(window)->flushFrameSynchronousEvents();
+ QQuickWindowPrivate::get(window)->deliveryAgentPrivate()->flushFrameSynchronousEvents(window);
// The delivery of the event might have caused the window to stop rendering
w = windowFor(m_windows, window);
if (!w || !w->thread || !w->thread->window) {