refactor: Move MessageFlag(s) to its own file (#5549)

This commit is contained in:
pajlada
2024-08-18 12:25:01 +02:00
committed by GitHub
parent 66c3bc2112
commit cc8bd538b9
8 changed files with 69 additions and 65 deletions
+1
View File
@@ -56,6 +56,7 @@
- Dev: Refactor/unsingletonize `UserDataController`. (#5459)
- Dev: Cleanup `BrowserExtension`. (#5465)
- Dev: Deprecate Qt 5.12. (#5396)
- Dev: Refactored `MessageFlag` into its own file. (#5549)
- Dev: The running Qt version is now shown in the about page if it differs from the compiled version. (#5501)
- Dev: `FlagsEnum` is now `constexpr`. (#5510)
- Dev: Documented and added tests to RTL handling. (#5473)