add missing function 'qto-utf8' to correctly convert QStrings

This commit is contained in:
pls.153 2023-07-03 19:43:43 +02:00
parent f3c80bbce4
commit 99c059a70b
5 changed files with 20 additions and 1 deletions

View file

@ -255,6 +255,13 @@
Similar to SLEEP, but continuing to process Qt events.
<b>qto-utf8 (string)</b>
Returns the STRING converted to a vector of octets using
QString::toUtf8(). Use this function instead of CL BABEL to correctly
convert a QString (you got from Qt).
<b>qversion ()</b>
Returns the LQML version number as 'year.month.counter'. The second