Fix partially broken filters on Qt 6 (#4702)

This commit is contained in:
nerix
2023-06-24 22:03:54 +02:00
committed by GitHub
parent b9934a4532
commit 44cc1e256e
3 changed files with 47 additions and 9 deletions
+1
View File
@@ -15,6 +15,7 @@
- Bugfix: Fixed a crash when opening and closing a reply thread and switching the user. (#4675)
- Bugfix: Fix visual glitches with smooth scrolling. (#4501)
- Bugfix: Fixed pings firing for the "Your username" highlight when not signed in. (#4698)
- Bugfix: Fixed partially broken filters on Qt 6 builds. (#4702)
- Dev: Added command to set Qt's logging filter/rules at runtime (`/c2-set-logging-rules`). (#4637)
- Dev: Added the ability to see & load custom themes from the Themes directory. No stable promises are made of this feature, changes might be made that breaks custom themes without notice. (#4570)
- Dev: Added test cases for emote and tab completion. (#4644)