From 7a968214116a808b6626d379bc024aded66e3fb7 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 21 Jul 2024 16:01:45 -0700 Subject: [PATCH] typegen: add qint64 and quint64 --- types/QtQuick.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/types/QtQuick.json b/types/QtQuick.json index e3a7e98..5206be2 100644 --- a/types/QtQuick.json +++ b/types/QtQuick.json @@ -20,11 +20,21 @@ "cname": "qint32", "module": null }, + { + "name": "int", + "cname": "qint64", + "module": null + }, { "name": "int", "cname": "quint32", "module": null }, + { + "name": "int", + "cname": "quint64", + "module": null + }, { "name": "int", "cname": "qsizetype",