Skip to content

Commit

Permalink
Fix last broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner authored and Uwe Fechner committed Oct 2, 2023
1 parent 70fce30 commit 926b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ propmap["fruitModel"] = JuliaItemModel(fruitlist)
See the full example for more details, including the addition of an extra constructor to deal with the nested `JuliaItemModel` for the attributes.

## Using QTimer
`QTimer` can be used to simulate running Julia code in the background. Excerpts from [`test/gui.jl`](test/gui.jl):
`QTimer` can be used to simulate running Julia code in the background. Excerpts from [`basic/gui.jl`](https://github.com/barche/QmlJuliaExamples/blob/master/basic/gui.jl):

```julia
const bg_counter = Observable(0)
Expand Down

0 comments on commit 926b5fa

Please sign in to comment.