diff options
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h index be8bf0c..c882eed 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -265,6 +265,7 @@ public: SearchTimer* GetByTimerId( std::string const& id ); bool ToggleActive(std::string const& id); bool Delete(std::string const& id); + void TriggerUpdate(); private: TimerList m_timers; }; |