mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-09 20:10:30 -08:00
add new example 'advanced-qml-auto-reload' (single file reload); revisions
This commit is contained in:
parent
5f3b251a69
commit
1473ec8271
28 changed files with 1144 additions and 2 deletions
5
examples/advanced-qml-auto-reload/lisp/main.lisp
Normal file
5
examples/advanced-qml-auto-reload/lisp/main.lisp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(in-package :app)
|
||||
|
||||
#+(or android ios)
|
||||
(when qml::*remote-ip*
|
||||
(qsingle-shot 1000 'auto-reload-qml))
|
||||
Loading…
Add table
Add a link
Reference in a new issue