Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249662 Details for
Bug 338328
kde-base/pykde4-4.5.1-r1 fails after upgrading to dev-python/PyQt4-4.7.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
KDE team's patch for PyQt4
sipfix.patch (text/plain), 531 bytes, created by
Adam Stylinski
on 2010-10-05 18:36:04 UTC
(
hide
)
Description:
KDE team's patch for PyQt4
Filename:
MIME Type:
Creator:
Adam Stylinski
Created:
2010-10-05 18:36:04 UTC
Size:
531 bytes
patch
obsolete
>--- sip/QtCore/qglobal.sip~ 2010-09-20 15:10:28.000000000 +0200 >+++ sip/QtCore/qglobal.sip 2010-09-30 15:00:13.804577344 +0200 >@@ -312,12 +312,12 @@ public: > // Qt.Alignment class. > QFlags operator|(int f); > %MethodCode >- sipRes = new QFlags(*a0 | (ENUM(a1))); >+ sipRes = new QFlags(*a0 | a1); > %End > > QFlags operator^(int f); > %MethodCode >- sipRes = new QFlags(*a0 ^ (ENUM(a1))); >+ sipRes = new QFlags(*a0 ^ a1); > %End > > // These are necessary to prevent Python comparing object IDs.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 338328
:
248333
| 249662