CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/12/10 01:45:23
Added files:
devel/zeal/patches: patch-src_libs_ui_docsetsdialog_cpp
patch-src_libs_ui_qxtglobalshortcut_CMakeLists_txt
Log message:
fix: fix build with Qt 6.10 (#1728)
* Use the return value of QTemporaryFile::open. It is marked with [[nodiscard]]
on Qt 6.10.
* Fix linking with Qt::GuiPrivate on Qt 6.10
https://github.com/zealdocs/zeal/commit/11f6a85bb5f314ba8e1dbdc7654ef2647b75161e
