mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-13 21:01:07 -08:00
revisions
This commit is contained in:
parent
0a94884736
commit
a8698e1ad4
9 changed files with 28 additions and 16 deletions
|
|
@ -37,8 +37,7 @@ QVariant Lisp::call(const QJSValue& caller_or_function,
|
|||
if (caller_or_function.isQObject()) {
|
||||
caller = caller_or_function.toQObject();
|
||||
function = function_or_arg0.toString();
|
||||
}
|
||||
else if (caller_or_function.isString()) {
|
||||
} else if (caller_or_function.isString()) {
|
||||
function = caller_or_function.toString();
|
||||
if (!function_or_arg0.isUndefined()) {
|
||||
arguments << function_or_arg0.toVariant();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue