summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PyQt/files/python_2.5_build_fix.patch')
-rw-r--r--dev-python/PyQt/files/python_2.5_build_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/PyQt/files/python_2.5_build_fix.patch b/dev-python/PyQt/files/python_2.5_build_fix.patch
deleted file mode 100644
index f52f56510e1a..000000000000
--- a/dev-python/PyQt/files/python_2.5_build_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- PyQt-x11-gpl-3.18/sip/qt/qobject.sip 2009-06-05 11:58:25.000000000 +0300
-+++ PyQt-x11-gpl-3.18.1-snapshot-20090610/sip/qt/qobject.sip 2009-06-11 05:30:14.000000000 +0300
-@@ -1649,7 +1649,7 @@
- // universal slot a child of the transmitter. This doesn't work as
- // expected because QWidget destroys its children before emitting the
- // destroyed signal.)
-- if (tx && PyObject_TypeCheck(tx, (PyTypeObject *)sipClass_QObject))
-+ if (tx && PyObject_TypeCheck((PyObject *)tx, (PyTypeObject *)sipClass_QObject))
- qtx = reinterpret_cast<QObject *>(conn.sc_transmitter);
-
- return new UniversalSlot(qtx, &conn, member);