Opened 17 years ago
Closed 17 years ago
#5293 closed defect (fixed)
function parameters hidden by function declarations in mythfrontend
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | unknown |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
In ViewScheduled::updateList p (a QPainter object) is hidden by a declaration of p (a ProgramInfo? object).
Attachments (1)
Change History (2)
Changed 17 years ago by
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [17534]) Fixes #5293. Fixes #5291. Renames some variables to avoid aliasing with the method param names.