mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove semicolons everywhere except 'using' statements, properties, attributes, and signals. This should be the last breaking change to the syntax.
9 lines
109 B
Text
9 lines
109 B
Text
using Gtk 4.0;
|
|
|
|
SizeGroup {
|
|
mode: horizontal;
|
|
widgets [label, button]
|
|
}
|
|
|
|
Label label {}
|
|
Button button {}
|