|
693 | 693 | <enum-type name="QFile::Permission" flags="QFile::Permissions"/>
|
694 | 694 | <enum-type name="QFile::FileHandleFlag" flags="QFile::FileHandleFlags"/>
|
695 | 695 | <enum-type name="QIODevice::OpenModeFlag" flags="QIODevice::OpenMode"/>
|
| 696 | + <enum-type name="QIODeviceBase::OpenModeFlag" flags="QIODeviceBase::OpenMode"/> |
696 | 697 | <enum-type name="QLibraryInfo::LibraryLocation"/>
|
697 | 698 | <enum-type name="QLibrary::LoadHint" flags="QLibrary::LoadHints"/>
|
698 | 699 | <enum-type name="QLocale::FormatType"/>
|
|
1282 | 1283 | <!-- Can't provide same API and performance -->
|
1283 | 1284 |
|
1284 | 1285 | <modify-function signature="open(int,QFlags<QIODevice::OpenModeFlag>)" remove="all"/>
|
| 1286 | + <modify-function signature="open(int,QFlags<QIODeviceBase::OpenModeFlag>)" remove="all"/> |
1285 | 1287 | <modify-function signature="decodeName(const char*)" remove="all"/>
|
1286 | 1288 | <modify-function signature="map(qint64,qint64,QFile::MemoryMapFlags)" remove="all"/>
|
1287 | 1289 | <modify-function signature="unmap(uchar*)" remove="all"/>
|
1288 | 1290 | </object-type>
|
1289 | 1291 |
|
| 1292 | + <interface-type name="QIODeviceBase"/> |
1290 | 1293 | <object-type name="QIODevice">
|
1291 | 1294 | <modify-function signature="peek(char *,qint64)" remove="all"/>
|
1292 | 1295 | <modify-function signature="read(char *,qint64)" remove="all"/>
|
|
1301 | 1304 | </object-type>
|
1302 | 1305 | <object-type name="QLibraryInfo"/>
|
1303 | 1306 | <object-type name="QMutex"/>
|
| 1307 | + <object-type name="QRecursiveMutex"/> |
1304 | 1308 | <value-type name="QMutexLocker">
|
1305 | 1309 | <!-- special handling for context handlers -->
|
1306 | 1310 | <inject-code class="pywrap-operators">PythonQt::Type_EnterExit</inject-code>
|
|
2011 | 2015 | <enum-type name="Qt::Edge"/>
|
2012 | 2016 |
|
2013 | 2017 | <object-type name="QDeadlineTimer"/>
|
| 2018 | + <object-type name="QOperatingSystemVersionBase"/> |
2014 | 2019 | <object-type name="QOperatingSystemVersion"/>
|
2015 | 2020 | <enum-type name="QOperatingSystemVersion::OSType"/>
|
2016 | 2021 | <object-type name="QRandomGenerator"/>
|
|
0 commit comments