blueprint-compiler/tests/sample_errors/list_factory.blp
James Westman 60f9173421 Add type to BuilderListItemFactory extension
Makes it a little clearer how it works.
2023-05-13 16:49:48 -05:00

5 lines
No EOL
62 B
Text

using Gtk 4.0;
BuilderListItemFactory {
template Label {}
}