Opened 17 years ago
Closed 17 years ago
#6427 closed patch (fixed)
libmythupnp QString efficiency work
Reported by: | Owned by: | dblain | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | MythTV - UPnP | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Some more changes to make QString usage as efficient as possible.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Use QString when char* is less efficient, use ' instead of " to get chars instead of strings