mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Fix tests
The code snippet don't have a component and the test currently fails if there is no components.
This commit is contained in:
parent
4dbdfa9e6a
commit
902de92229
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ print(main_window.counter)
|
|||
[Global Singletons](https://slint.dev/docs/slint/src/language/syntax/globals#global-singletons) are accessible in
|
||||
Python as properties in the component instance:
|
||||
|
||||
```slint
|
||||
```slint,ignore
|
||||
export global PrinterJobQueue {
|
||||
in-out property <int> job-count;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue