mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Make builder template factories use a subscope
This commit is contained in:
parent
a2eaaa26fe
commit
9dcd06de51
6 changed files with 46 additions and 0 deletions
9
tests/sample_errors/subscope.blp
Normal file
9
tests/sample_errors/subscope.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
BuilderListItemFactory {
|
||||
template {
|
||||
child: label;
|
||||
}
|
||||
}
|
||||
|
||||
Label label {}
|
1
tests/sample_errors/subscope.err
Normal file
1
tests/sample_errors/subscope.err
Normal file
|
@ -0,0 +1 @@
|
|||
5,12,5,Could not find object with ID label
|
Loading…
Add table
Add a link
Reference in a new issue