mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
example 'cl-repl': simplify QML item model
This commit is contained in:
parent
0446628830
commit
e10f319e93
4 changed files with 20 additions and 20 deletions
|
|
@ -49,9 +49,9 @@
|
|||
|
||||
(defun append-debug-output (text color bold)
|
||||
(qjs |appendOutput| ui:*debug-model*
|
||||
(list :m-text text
|
||||
:m-color color
|
||||
:m-bold bold)))
|
||||
(list :text text
|
||||
:color color
|
||||
:bold bold)))
|
||||
|
||||
(defun debug-dialog (messages)
|
||||
(qrun*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue