Opened 12 years ago
Closed 12 years ago
Last modified 12 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)
Change History (5)
Changed 12 years ago by
Attachment: | drawRoundedRect.diff added |
---|
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
drawRoundedRect is correct. The minimum required version for trunk is 4.4.
comment:4 Changed 12 years ago by
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.
patch to replace drawRoundedRect by drawRoundRect