diff options
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h index 51c73cf..b63f109 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -339,6 +339,8 @@ public: time_t TimerStopTime() const { return m_timerstop; } int TimerMode() const { return m_timerMode; } bool operator<( SearchResult const& other ) const { return m_starttime < other.m_starttime; } + const cEvent* GetEvent(); + const cChannel* GetChannel() { return Channels.GetByChannelID(m_channel); } private: int m_searchId; |