fix 'reload'

This commit is contained in:
pls.153 2022-01-17 16:07:53 +01:00
parent 261c214af0
commit cb968f2d92
4 changed files with 8 additions and 4 deletions

View file

@ -105,6 +105,10 @@
"Like QML function 'children'."
(qrun* (qchild-items (quick-item item/name))))
(defun reload ()
"Reloads all QML files, clearing the cache."
(qrun* (%reload)))
;;; get/set QML properties, call QML methods (through JS)
(defun qml-get (item/name property-name)