Modify ↓
Ticket #6515 (closed defect: invalid)
Opened 3 years ago
Last modified 3 years ago
mythtv r468 does not compile
| Reported by: | ankoe | Owned by: | ijr |
|---|---|---|---|
| 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
Change History
Changed 3 years ago by ankoe
- Attachment drawRoundedRect.diff added
comment:2 Changed 3 years ago by stuartm
- Status changed from new to closed
- Resolution set to invalid
drawRoundedRect is correct. The minimum required version for trunk is 4.4.
comment:3 Changed 3 years ago by stuartm
comment:4 Changed 3 years ago by akoe
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