Opened 16 years ago

Closed 16 years ago

#5293 closed defect (fixed)

function parameters hidden by function declarations in mythfrontend

Reported by: Erik Hovland <erik@…> 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)

programs_mythfrontend_viewscheduled.cpp-function-parameters-hidden-by-declarations.patch (4.5 KB) - added by Erik Hovland <erik@…> 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17534]) Fixes #5293. Fixes #5291. Renames some variables to avoid aliasing with the method param names.

Note: See TracTickets for help on using tickets.