vcl/qt5/QtFrame.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 267f1f65173c980d582e1e7e8c20f829509f0f4b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 20 07:48:51 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon May 20 15:23:30 2024 +0200 Fix typo Change-Id: I4ba7595b39be27161c333f8731ec4b0b35dab50a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167852 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx index ead9bc7927d6..b00ddb92683d 100644 --- a/vcl/qt5/QtFrame.cxx +++ b/vcl/qt5/QtFrame.cxx @@ -1360,7 +1360,7 @@ void QtFrame::ResolveWindowHandle(SystemEnvData& rData) const // of "alien widgets" that don't have a native widget associated with them, // s. https://doc.qt.io/qt-6/qwidget.html#native-widgets-vs-alien-widgets // Avoid native widgets with Qt 5 on Wayland and with Qt 6 altogether as they - // cause unsresponsive UI, s. tdf#122293/QTBUG-75766 and tdf#160565 + // cause unresponsive UI, s. tdf#122293/QTBUG-75766 and tdf#160565 // (for qt5 xcb, they're needed for video playback) if (rData.platform != SystemEnvData::Platform::Wayland && QLibraryInfo::version().majorVersion() < 6) commit 9487549d2a0ed5ed3ff9632cc05baab5e0f693db Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 20 07:48:25 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon May 20 15:23:18 2024 +0200 Fix typo Change-Id: I439e80659a6e4aeba9c3f35decb0e2c7a8c87eeb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167851 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx index 0950b520cb77..ead9bc7927d6 100644 --- a/vcl/qt5/QtFrame.cxx +++ b/vcl/qt5/QtFrame.cxx @@ -1357,7 +1357,7 @@ void QtFrame::ResolveWindowHandle(SystemEnvData& rData) const return; assert(rData.platform != SystemEnvData::Platform::Invalid); // Calling QWidget::winId() implicitly enables native windows to be used instead - // of "alien widgets" that don't have a native widget asscoiated with them, + // of "alien widgets" that don't have a native widget associated with them, // s. https://doc.qt.io/qt-6/qwidget.html#native-widgets-vs-alien-widgets // Avoid native widgets with Qt 5 on Wayland and with Qt 6 altogether as they // cause unsresponsive UI, s. tdf#122293/QTBUG-75766 and tdf#160565