mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
memory tutorial: fix build errors when accessing the memory tiles from native code
The memory_tiles property cannot be private.
This commit is contained in:
parent
86db590a37
commit
23d1662281
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export component MainWindow inherits Window {
|
|||
width: 326px;
|
||||
height: 326px;
|
||||
|
||||
property <[TileData]> memory_tiles: [
|
||||
in property <[TileData]> memory_tiles: [
|
||||
{ image: @image-url("icons/at.png") },
|
||||
{ image: @image-url("icons/balance-scale.png") },
|
||||
{ image: @image-url("icons/bicycle.png") },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue