mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 05:57:41 +02:00
[consider merging] Fixed Qt Binding for Qt 5.15.2 where an include is missing
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user