Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6515 closed defect (invalid)

mythtv r468 does not compile

Reported by: ankoe Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: unknown
Severity: medium Keywords: QT4
Cc: Ticket locked: no

Description

Make complains about missing drawRoundedRect(...), which is removed in QT4. I replaced it with drawRoundRect(..), see attached patch

Attachments (1)

drawRoundedRect.diff (945 bytes ) - added by ankoe 16 years ago.
patch to replace drawRoundedRect by drawRoundRect

Download all attachments as: .zip

Change History (5)

by ankoe, 16 years ago

Attachment: drawRoundedRect.diff added

patch to replace drawRoundedRect by drawRoundRect

comment:1 by ankoe, 16 years ago

Sorry, r20468, of course.

comment:2 by stuartm, 16 years ago

Resolution: invalid
Status: newclosed

drawRoundedRect is correct. The minimum required version for trunk is 4.4.

comment:4 by akoe, 16 years ago

Thanks for the hint. I upgraded my qt from 4.3 to qt4.5, working fine now.

Note: See TracTickets for help on using tickets.