[consider merging] Fixed Qt Binding for Qt 5.15.2 where an include is missing

This commit is contained in:
Matthias Koefferlein 2023-03-11 00:24:21 +01:00
parent bee3d11f62
commit ebac0796e0
2 changed files with 2 additions and 0 deletions

View File

@ -360,6 +360,7 @@ drop_method "QNoDebug", /QNoDebug::operator<</ # nothing usable (TODO: how to ma
include "QCoreApplication", [ "<QCoreApplication>", "<QAbstractEventDispatcher>", "<QAbstractNativeEventFilter>", "<QTranslator>" ]
include "QThread", [ "<QThread>", "<QAbstractEventDispatcher>" ]
include "QByteArrayMatcher", [ "<limits>", "<QByteArrayMatcher>" ]
rename "QLocale", /QLocale::toString\(int i/, "toString_i"
rename "QLocale", /QLocale::toString\(unsigned int/, "toString_ui"

View File

@ -27,6 +27,7 @@
* This file has been created automatically
*/
#include <limits>
#include <QByteArrayMatcher>
#include "gsiQt.h"
#include "gsiQtCoreCommon.h"