[Bug 290676] devel/qt6-base: Fix thread names on FreeBSD
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 31 03:50:33 GMT 2025
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290676
--- Comment #2 from commit-hook at FreeBSD.org ---
A commit in branch 2025Q4 references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=35b75f0dc817079492e8d75cdffb4b03cf797876
commit 35b75f0dc817079492e8d75cdffb4b03cf797876
Author: Kevin Zheng <kevinz5000 at gmail.com>
AuthorDate: 2025-10-29 21:21:15 +0000
Commit: Jason E. Hale <jhale at FreeBSD.org>
CommitDate: 2025-10-31 03:49:48 +0000
devel/qt6-base: Support setting thread names
Thread names can now be set by calling QObject::setObjectName() before
starting the thread. Previously, the thread name would be the class name
of the runtime type of the thread object.
PR: 290676
MFH: 2025Q4
(cherry picked from commit 896ba2348dd148009fc3a62a3e0c23608028832f)
devel/qt6-base/Makefile | 2 +-
...atch-src_corelib_thread_qthread__unix.cpp (new) | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list