mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue