~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to programs/mythfrontend/viewscheduled.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-29 01:33:23 UTC
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: james.westby@ubuntu.com-20090929013323-e6d2b5bzpg4t3t3x
Tags: upstream-0.22.0~trunk22101
ImportĀ upstreamĀ versionĀ 0.22.0~trunk22101

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
{
31
31
    Q_OBJECT
32
32
  public:
33
 
    ViewScheduled(MythScreenStack *parent, TV *player = NULL,
 
33
    explicit ViewScheduled(MythScreenStack *parent, TV *player = NULL,
34
34
                  bool showTV = false);
35
35
    ~ViewScheduled();
36
36