fix: only attempt to rename threads on Qt6 versions (#5544)

This commit is contained in:
pajlada
2024-08-12 22:56:40 +02:00
committed by GitHub
parent 832e70e314
commit e840328de7
2 changed files with 5 additions and 17 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
- Dev: Refactored 7TV/BTTV definitions out of `TwitchIrcServer` into `Application`. (#5532)
- Dev: Refactored code that's responsible for deleting old update files. (#5535)
- Dev: Cleanly exit on shutdown. (#5537)
- Dev: Renamed threads created by Chatterino on Linux and Windows. (#5538, #5539)
- Dev: Renamed threads created by Chatterino on Linux and Windows. (#5538, #5539, #5544)
- Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527)
- Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529)