mirror of https://github.com/KLayout/klayout.git
[consider merging] Fixed Qt Binding for Qt 5.15.2 where an include is missing
This commit is contained in:
parent
bee3d11f62
commit
ebac0796e0
|
|
@ -360,6 +360,7 @@ drop_method "QNoDebug", /QNoDebug::operator<</ # nothing usable (TODO: how to ma
|
||||||
|
|
||||||
include "QCoreApplication", [ "<QCoreApplication>", "<QAbstractEventDispatcher>", "<QAbstractNativeEventFilter>", "<QTranslator>" ]
|
include "QCoreApplication", [ "<QCoreApplication>", "<QAbstractEventDispatcher>", "<QAbstractNativeEventFilter>", "<QTranslator>" ]
|
||||||
include "QThread", [ "<QThread>", "<QAbstractEventDispatcher>" ]
|
include "QThread", [ "<QThread>", "<QAbstractEventDispatcher>" ]
|
||||||
|
include "QByteArrayMatcher", [ "<limits>", "<QByteArrayMatcher>" ]
|
||||||
|
|
||||||
rename "QLocale", /QLocale::toString\(int i/, "toString_i"
|
rename "QLocale", /QLocale::toString\(int i/, "toString_i"
|
||||||
rename "QLocale", /QLocale::toString\(unsigned int/, "toString_ui"
|
rename "QLocale", /QLocale::toString\(unsigned int/, "toString_ui"
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
* This file has been created automatically
|
* This file has been created automatically
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
#include <QByteArrayMatcher>
|
#include <QByteArrayMatcher>
|
||||||
#include "gsiQt.h"
|
#include "gsiQt.h"
|
||||||
#include "gsiQtCoreCommon.h"
|
#include "gsiQtCoreCommon.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue