add missing marshal type qlonglong (e.g for sqlite)

This commit is contained in:
pls.153 2023-07-01 13:17:56 +02:00
parent 82b7c5c549
commit e15e58daaa
3 changed files with 3 additions and 1 deletions

View file

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