mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-13 05:40:25 -08:00
"qml-lisp": allow for nested lists, vectors etc. as return values from QML function calls; some revisions;
This commit is contained in:
parent
4cb7bfcfbf
commit
f290094824
10 changed files with 119 additions and 25 deletions
|
|
@ -18,8 +18,6 @@ QVariant Lisp::apply(const QString& function, const QVariantList& arguments) {
|
|||
eql_fun("qml:qml-apply", QVariant::String,
|
||||
Q_ARG(QString, function),
|
||||
Q_ARG(QVariantList, arguments));
|
||||
if(ret.toString() == "NIL") {
|
||||
ret = QVariant(); }
|
||||
return ret; }
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue