Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55191 Details for
Bug 87799
patches to compile qt-3.3.4-r3 with gcc4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qt-3.3.4-gcc4.patch
qt-3.3.4-gcc4.patch (text/plain), 548 bytes, created by
Genady Okrain
on 2005-04-03 09:36:12 UTC
(
hide
)
Description:
qt-3.3.4-gcc4.patch
Filename:
MIME Type:
Creator:
Genady Okrain
Created:
2005-04-03 09:36:12 UTC
Size:
548 bytes
patch
obsolete
>--- qt-x11-free-3.3.4/src/kernel/qsizepolicy.h.orig 2005-03-01 15:07:04.192546273 +0100 >+++ qt-x11-free-3.3.4/src/kernel/qsizepolicy.h 2005-03-01 15:07:44.491582432 +0100 >@@ -88,7 +88,7 @@ > } > > void setHorData( SizeType d ) { data = (Q_UINT32)(data & ~HMask) | d; } >- void setVerData( SizeType d ) { data = (Q_UINT32)(data & ~(HMask << HSize)) | >+ void setVerData( SizeType d ) { data = (Q_UINT32)(data & ~VMask) | > (d << HSize); } > > void setHeightForWidth( bool b ) { data = b ? (Q_UINT32)( data | ( 1 << 2*HSize ) )
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 Raw
Actions:
View
Attachments on
bug 87799
: 55191 |
55192