Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#5773 closed defect (fixed)
libmythdb could be more efficient about using QString
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
QString usage can be streamlined a bit by using single chars instead of single value strings, using clear() instead of assignment to null and using isEmpty() instead of checking against "".
Attachments (2)
Change History (6)
Changed 12 years ago by
Attachment: | libs_libmythdb-krazy2-single-char-operations.patch added |
---|
Changed 12 years ago by
Attachment: | libs_libmythdb-krazy2-QString-compare.patch added |
---|
Uses clear() instead of null assignment and uses isEmpty() instead of == ""
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Uses single char instead of single value string