mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
make example 'advanced-qml-auto-reload' work in ios simulator
This commit is contained in:
parent
ccdf5b328e
commit
76f0daf1ec
1 changed files with 6 additions and 4 deletions
|
|
@ -173,9 +173,11 @@
|
|||
~% :q (quicklisp)")
|
||||
(values))
|
||||
|
||||
(progn
|
||||
(defun ini ()
|
||||
(x:while (not (find-quick-item ui:*repl-model*))
|
||||
(qsleep 0.5))
|
||||
(ini-streams)
|
||||
(qlater (lambda ()
|
||||
(in-package :qml-user)
|
||||
(eval-in-thread "(qml::help)" nil))))
|
||||
(in-package :qml-user)
|
||||
(eval-in-thread "(qml::help)" nil))
|
||||
|
||||
(qlater 'ini)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue