improve type conversion QByteArray -> CL array (intended for binary data only); bump version;

This commit is contained in:
pls.153 2023-05-19 17:14:25 +02:00
parent b2a4a6812f
commit 6594582b72
4 changed files with 20 additions and 23 deletions

View file

@ -7,7 +7,7 @@
#include <QQuickView>
#include <QDebug>
const char LQML::version[] = "22.12.2"; // December 2022
const char LQML::version[] = "23.5.1"; // May 2023
extern "C" void ini_LQML(cl_object);