mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
8 lines
276 B
Common Lisp
8 lines
276 B
Common Lisp
;;; this file will be loaded every time 'main.qml' has been reloaded
|
|
|
|
(in-package :qml-user)
|
|
|
|
;;; delay needed here because of indirect QML Loader, needed for
|
|
;;; single file auto reload
|
|
|
|
(qsingle-shot 1000 (lambda () (eval:eval-in-thread "(qml::help)"))) ; show help in REPL
|