Opened 6 years ago
Closed 6 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)
Changed 6 years ago by
Attachment: | 0001-Drop-variant-of-MythCoreContext-GenMythURL-which-tak.patch added |
---|
comment:1 Changed 6 years ago by
Milestone: | needs_triage → 31.0 |
---|---|
Owner: | set to David Hampton |
Status: | new → assigned |
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 4a2be05d2d/mythtv: