make example 'advanced-qml-auto-reload' work in ios simulator

This commit is contained in:
pls.153 2022-03-09 18:24:28 +01:00
parent ccdf5b328e
commit 76f0daf1ec

View file

@ -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)