refactor: move "delete old update files" logic to Updates (#5535)

This commit is contained in:
pajlada
2024-08-08 20:28:08 +02:00
committed by GitHub
parent f0802af055
commit 89857e37de
4 changed files with 29 additions and 17 deletions
+1
View File
@@ -59,6 +59,7 @@
- Dev: `FlagsEnum` is now `constexpr`. (#5510)
- Dev: Documented and added tests to RTL handling. (#5473)
- Dev: Refactored 7TV/BTTV definitions out of `TwitchIrcServer` into `Application`. (#5532)
- Dev: Refactored code that's responsible for deleting old update files. (#5535)
- Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527)
- Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529)