diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
commit | eff341390c079060d0904a53b7eebe84e2315f3a (patch) | |
tree | d45d902e7a7022a95a3e9c58346d88c45e0da517 /menu_searchresults.h | |
parent | be2c5ff1bfdff45d384981816ef692f0179a7f15 (diff) | |
download | vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2 |
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'menu_searchresults.h')
-rw-r--r-- | menu_searchresults.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/menu_searchresults.h b/menu_searchresults.h index 868144d..3c90944 100644 --- a/menu_searchresults.h +++ b/menu_searchresults.h @@ -49,14 +49,14 @@ class cMenuSearchResultsItem : public cOsdItem { bool previewTimer; bool episodeOnly; cMenuTemplate* menuTemplate; - public: + public: int timerMatch; bool inSwitchList; const cEvent *event; const cSearchExt* search; const char *FileName(void) { return fileName; } - cMenuSearchResultsItem(const cEvent *EventInfo, bool EpisodeOnly = false, - bool PreviewTimer = false, cMenuTemplate* MenuTemplate = NULL, + cMenuSearchResultsItem(const cEvent *EventInfo, bool EpisodeOnly = false, + bool PreviewTimer = false, cMenuTemplate* MenuTemplate = NULL, const cSearchExt* Search = NULL); cMenuSearchResultsItem(cRecording *Recording); bool Update(bool Force = false); @@ -84,13 +84,13 @@ class cMenuSearchResults : public cOsdMenu { virtual void SetHelpKeys(bool Force=false)=0; bool Update(void); void UpdateCurrent(); - + static const cEvent *scheduleEventInfo; ModeYellowSR modeYellow; ModeBlueSR modeBlue; public: bool m_bSort; - + cMenuSearchResults(cMenuTemplate* MenuTemplate); }; |