[mythtv-commits] Ticket #13362: Drop variant of MythCoreContext::GenMythURL which takes port as a QString

MythTV noreply at mythtv.org
Sat Dec 22 15:19:04 UTC 2018


#13362: Drop variant of MythCoreContext::GenMythURL which takes port as a QString
----------------------------------+--------------------------
     Reporter:  ijc               |      Owner:  (none)
         Type:  Patch - Feature   |     Status:  new
     Priority:  minor             |  Milestone:  needs_triage
    Component:  MythTV - General  |    Version:  Master Head
     Severity:  medium            |   Keywords:
Ticket locked:  0                 |
----------------------------------+--------------------------
 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.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13362>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list