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

@ -7,7 +7,7 @@
#include <QQuickView>
#include <QDebug>
const char LQML::version[] = "23.7.1"; // July 2023
const char LQML::version[] = "23.7.2"; // July 2023
extern "C" void ini_LQML(cl_object);