revisions

This commit is contained in:
pls.153 2022-04-15 10:29:19 +02:00
parent bfe80bfdb0
commit 834440953b
3 changed files with 5 additions and 3 deletions

View file

@ -2,4 +2,6 @@ import QtQuick 2.15
import QtQuick.Controls 2.15
Item {
width: 300
height: 500
}

View file

@ -482,7 +482,7 @@ cl_object qinvoke_method2(cl_object l_obj, cl_object l_name, cl_object l_args) {
cl_object l_ret = from_qvariant(ret);
return l_ret;
}
error_msg("QJS", LIST3(l_obj, l_name, l_args));
error_msg("QINVOKE-METHOD", LIST3(l_obj, l_name, l_args));
return ECL_NIL;
}