Lenny Maiorani
|
160bda7228
|
Applications: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
|
2022-02-14 22:06:55 +00:00 |
|
Sam Atkins
|
1dd5c838cf
|
DisplaySettings: Migrate to using SettingsWindow :^)
|
2021-11-20 21:05:20 +00:00 |
|
Thomas Keppler
|
a1f8c10fe5
|
FontSettingsWidget: Promote Labels as instance members
In order to not resolve the widgets twice, we capture them in ivars.
|
2021-05-24 09:08:23 +01:00 |
|
Andreas Kling
|
8ac0d4abe1
|
DisplaySettings: Add "Fonts" tab
This allows you to view, edit, and apply changes to the system fonts.
|
2021-05-21 20:15:51 +02:00 |
|