Modify ↓
Ticket #5451 (closed defect: worksforme)
Opened 4 years ago
Last modified 4 years ago
ScanProgressPopup::CreateDialog clashes with QT macro CreateDialogA in win32
| Reported by: | arnonm@… | Owned by: | nigel |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In svn 17131 CreateDialog? clashes with predefined QT4 macro
Resolve by small rename of CreateDialog?
Attachments
Change History
Changed 4 years ago by arnonm@…
- Attachment createdialog.patch added
comment:1 Changed 4 years ago by nigel
- Owner changed from ijr to nigel
- Status changed from new to assigned
- Milestone changed from 0.21.1 to 0.22
comment:2 Changed 4 years ago by nigel
- Status changed from assigned to closed
- Resolution set to worksforme
Hmmm. I just got 18011 (plus latest libs/libmythupnp/mmembuf.cpp and libs/libmyth/schemawizard.cpp) to build cleanly. libs/libmythtv/channelscan/scanprogresspopup.cpp isn't actually built.
Something like [17140], which uses compat.h to ignore the macro, would be a better fix for when this file is actually compiled, but for now I don't understand how you got this error?
Note: See
TracTickets for help on using
tickets.

Rename CreateDialog? to CreatEDialog to solve Macro clash