feat: add FlagsEnum::isEmpty for checking if a FlagsEnum is empty (#5550)

This commit is contained in:
pajlada
2024-08-18 12:22:41 +02:00
committed by GitHub
parent f3cae76abf
commit 66c3bc2112
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@
- Dev: Cleanly exit on shutdown. (#5537)
- 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: Added `FlagsEnum::isEmpty`. (#5550)
- Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529)
## 2.5.1