Files
create/src
Chris Hennes c0ddaf4820 Gui: Remove default init of shared_ptr
`std::shared_ptr` default-initializes to `nullptr`, so there is no need
to do it manually, and in the current code the initialization is in the
wrong order (so generates a compiler warning).
2025-05-12 18:16:32 +02:00
..
2025-05-09 15:54:57 +02:00
2025-05-12 18:11:15 +02:00
2025-05-12 17:43:25 +02:00