Skip to content

Commit

Permalink
MythEvent: Add a new event type to signal playback startup progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Jan 26, 2011
1 parent 1f8d11e commit 865dd6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythdb/mythevent.cpp
Expand Up @@ -4,6 +4,8 @@ QEvent::Type MythEvent::MythEventMessage =
(QEvent::Type) QEvent::registerEventType();
QEvent::Type MythEvent::MythUserMessage =
(QEvent::Type) QEvent::registerEventType();
QEvent::Type MythEvent::kUpdateTvProgressEventType =
(QEvent::Type) QEvent::registerEventType();
QEvent::Type MythEvent::kExitToMainMenuEventType =
(QEvent::Type) QEvent::registerEventType();
QEvent::Type MythEvent::kMythPostShowEventType =
Expand Down
1 change: 1 addition & 0 deletions mythtv/libs/libmythdb/mythevent.h
Expand Up @@ -70,6 +70,7 @@ class MPUBLIC MythEvent : public QEvent

static Type MythEventMessage;
static Type MythUserMessage;
static Type kUpdateTvProgressEventType;
static Type kExitToMainMenuEventType;
static Type kMythPostShowEventType;
static Type kEnableDrawingEventType;
Expand Down

0 comments on commit 865dd6c

Please sign in to comment.