Hi slint team,
just thought I would report a bug (or maybe I missed something in the docs), I made a struct called Palette_t which failed my build, but when changed to PaletteT it fixed it.
The error:
/Users/anon/projects/cpp_projects/StudyApp/build/appwindow.h:5:14: error: expected unqualified-id
class Palette-t {
^
Hi slint team, just thought I would report a bug (or maybe I missed something in the docs), I made a struct called Palette_t which failed my build, but when changed to PaletteT it fixed it.
The error:
My file structure:
In palette.slint: