diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-09-07 17:15:24 -0400 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-03-26 21:49:03 +0000 |
commit | c579e23e56ba455154f0ae96cb7e10e2adf41d0e (patch) | |
tree | 86fce4d47271f2cb223274cbf2d85915381bd692 | |
parent | 845db738a79c2ce22a39674b0dc29dea672923f6 (diff) |
qtwayland: update qwaylandintegration patch for 5.15.9
Update qwaylandintegration patch to apply to qtwayland 5.15.9
Bug-AGL: SPEC-4578
Change-Id: Id9fb6cfcfaa81f0c526f66ab38f46ba5dbb5833d
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r-- | recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch b/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch index 77362dac3..b34f84d4f 100644 --- a/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch +++ b/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch @@ -21,7 +21,7 @@ index c53ccb78..6d3d9559 100644 } #endif -- qCDebug(lcQpaWayland) << "using input method:" << inputContext()->metaObject()->className(); +- qCDebug(lcQpaWayland) << "using input method:" << (inputContext() ? inputContext()->metaObject()->className() : "<none>"); + bool mUsingInputContextFromCompositor = qobject_cast<QWaylandInputContext *>(mInputContext.data()); + if (mUsingInputContextFromCompositor) + qCDebug(lcQpaWayland) << "using input method:" << inputContext()->metaObject()->className(); |