[Python-modules-commits] r25467 - in packages/pyqt5/trunk/debian/patches (1 file)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Fri Aug 9 15:00:50 UTC 2013


    Date: Friday, August 9, 2013 @ 15:00:47
  Author: mitya57-guest
Revision: 25467

Add the forgotten qbrush.sip hunk

Modified:
  packages/pyqt5/trunk/debian/patches/qreal_float_support.diff

Modified: packages/pyqt5/trunk/debian/patches/qreal_float_support.diff
===================================================================
--- packages/pyqt5/trunk/debian/patches/qreal_float_support.diff	2013-08-09 14:56:23 UTC (rev 25466)
+++ packages/pyqt5/trunk/debian/patches/qreal_float_support.diff	2013-08-09 15:00:47 UTC (rev 25467)
@@ -236,6 +236,17 @@
  // QList<int> is implemented as a Python list of integers.
  %MappedType QList<int> /DocType="list-of-int"/
  {
+--- a/sip/QtGui/qbrush.sip
++++ b/sip/QtGui/qbrush.sip
+@@ -119,7 +119,7 @@
+ 
+ QDataStream &operator>>(QDataStream &, QBrush & /Constrained/) /ReleaseGIL/;
+ QDataStream &operator<<(QDataStream &, const QBrush & /Constrained/) /ReleaseGIL/;
+-typedef QVector<QPair<double, QColor>> QGradientStops;
++typedef QVector<QPair<qreal, QColor>> QGradientStops;
+ 
+ class QGradient
+ {
 --- a/sip/QtGui/qpainterpath.sip
 +++ b/sip/QtGui/qpainterpath.sip
 @@ -154,8 +154,8 @@




More information about the Python-modules-commits mailing list