Opened 7 years ago
Closed 7 years ago
#13362 closed Patch - Feature (fixed)
Drop variant of MythCoreContext::GenMythURL which takes port as a QString
| Reported by: | ijc | Owned by: | David Hampton |
|---|---|---|---|
| Priority: | minor | Milestone: | 31.0 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
There were two places making use of this, but in both cases they were just assigning an integer port to a QString, causing it to be automatically converted to a string. Correcting the types of those variables avoids this.
This is related to #13315, the very first small step towards using a QUrl in this interface, by reducing the API surface.
Attachments (1)
Change History (3)
by , 7 years ago
| Attachment: | 0001-Drop-variant-of-MythCoreContext-GenMythURL-which-tak.patch added |
|---|
comment:1 by , 7 years ago
| Milestone: | needs_triage → 31.0 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

In 4a2be05d2d/mythtv: