Skip to content

Instantly share code, notes, and snippets.

@yopito
Created January 19, 2020 17:48
Show Gist options
  • Save yopito/5e1bec5f62a8c40bb41efcdb47db0a28 to your computer and use it in GitHub Desktop.
Save yopito/5e1bec5f62a8c40bb41efcdb47db0a28 to your computer and use it in GitHub Desktop.
pyside 5.14.0: Support of Qt 5.13.2 instead of Qt 5.14.0 #WIP
Revert to Qt 5.13 support, quick and dirty
source: https://codereview.qt-project.org/c/pyside/pyside-setup/+/272581
--- sources/pyside2/PySide2/QtCore/typesystem_core_common.xml.ORIG
+++ sources/pyside2/PySide2/QtCore/typesystem_core_common.xml
@@ -2830,7 +2830,9 @@
<include file-name="qobjectdefs.h" location="global"/>
</value-type>
- <object-type name="QMessageLogContext"/>
+ <object-type name="QMessageLogContext">
+ <modify-function signature="copy(const QMessageLogContext &amp;)" remove="all"/>
+ </object-type>
<value-type name="QMetaMethod">
<enum-type name="Access"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment