Files
test/source
Julian Eisel 9879e3a84d UI: Quiet warning when setting panel type description from C
No user visible changes expected.

Assigning a string literal to `PanelType.description` would give a
warning, because ISO C requires these to be `const char *`. Wasn't used
so far, but will be with #104831.
2023-06-09 16:44:31 +02:00
..