Opened 5 years ago
Closed 5 years ago
Last modified 5 years ago
#13632 closed Patch - Feature (fixed)
Resolve TODO in metadatagrabber
| Reported by: | Gary Buhrmaster | Owned by: | David Hampton |
|---|---|---|---|
| Priority: | minor | Milestone: | 32.0 |
| Component: | MythTV - Mythmetadatalookup | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Resolve TODO in metadatagrabber
In metadatagrabber.cpp there is a comment:
// TODO // it would be nice to statically compile these, but I can't manage to get it // to compile. apparently initializer lists are supported in QT5/CPP11 that // will make this work. for now, use a lock and initialize on first access.
In Qt 5.2 (ish?) Qt added C++11 initializer lists for QMap.
Since recent fixes and master both require both more recent Qt and C++ versions, let us eliminate a legacy TODO.
Lightly tested in a development test environment
Attachments (1)
Change History (7)
by , 5 years ago
| Attachment: | 0001-Resolve-TODO-in-metadatagrabber-to-initialize-static.patch added |
|---|
comment:1 by , 5 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 5 years ago
| Milestone: | needs_triage → 32.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Resolve TODO in metadatagrabber