mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add missing function 'qto-utf8' to correctly convert QStrings
This commit is contained in:
parent
f3c80bbce4
commit
99c059a70b
5 changed files with 20 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ cl_object qexit ();
|
|||
cl_object qfind_child (cl_object, cl_object);
|
||||
cl_object qfind_children2 (cl_object, cl_object, cl_object);
|
||||
cl_object qfrom_utf8 (cl_object);
|
||||
cl_object qto_utf8 (cl_object);
|
||||
cl_object qinvoke_method2 (cl_object, cl_object, cl_object);
|
||||
cl_object qload_cpp (cl_object, cl_object);
|
||||
cl_object qlog2 (cl_object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue