mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 09:17:42 +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 "QThread", [ "<QThread>", "<QAbstractEventDispatcher>" ]
|
||||
include "QByteArrayMatcher", [ "<limits>", "<QByteArrayMatcher>" ]
|
||||
|
||||
rename "QLocale", /QLocale::toString\(int i/, "toString_i"
|
||||
rename "QLocale", /QLocale::toString\(unsigned int/, "toString_ui"
|
||||
|
||||
Reference in New Issue
Block a user