mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-25 22:10:56 -08:00
enable JS arrays (lists in Lisp) as return values from 'qjs' calls; revsions
This commit is contained in:
parent
f8636cc3ef
commit
80acb3c92d
4 changed files with 13 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <QQuickView>
|
||||
#include <QDebug>
|
||||
|
||||
const char LQML::version[] = "23.7.2"; // July 2023
|
||||
const char LQML::version[] = "23.7.3"; // July 2023
|
||||
|
||||
extern "C" void ini_LQML(cl_object);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue