Release of QT 6.9.2
-
Hello, to my knowledge, the latest official release of Qt is version 6.9.1. I'm wondering when the next update will be released. There's a bug in the current version that has already been fixed in the development branch and is also included in the Qt 6.10 beta. However, the fix is not yet available in any stable release. I need this update for my project—could you please provide an estimate on when the next stable release will be available?
This is the bug:
https://bugreports.qt.io/browse/QTBUG-132808Currently its just in RHI, but not in QVulkanWindow class itself(in 6.10 version its in both):
https://github.com/qt/qtbase/blob/6.9.1/src/gui/vulkan/qvulkanwindow_p.h
https://github.com/qt/qtbase/blob/6.9.1/src/gui/rhi/qrhivulkan_p.h -