[Bug 290676] devel/qt6-base: Fix thread names on FreeBSD
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 31 03:47:29 GMT 2025
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290676
--- Comment #1 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=896ba2348dd148009fc3a62a3e0c23608028832f
commit 896ba2348dd148009fc3a62a3e0c23608028832f
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:46:30 +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
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