X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt%2Fqtwayland%2F0001-qwaylandintegration-Keep-previous-check-related-to-i.patch;h=b34f84d4f53590494e0fa440bf747cab737afa74;hb=40a29b696e61f4192a7ad7985b1663e069701e29;hp=77362dac3d29be23e8e224061cfd41282886ce14;hpb=49aeab95bd4a42e5e0f200fc14db87024e46de3d;p=AGL%2Fmeta-agl-demo.git 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() : ""); + bool mUsingInputContextFromCompositor = qobject_cast(mInputContext.data()); + if (mUsingInputContextFromCompositor) + qCDebug(lcQpaWayland) << "using input method:" << inputContext()->metaObject()->className();