From eff341390c079060d0904a53b7eebe84e2315f3a Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 22 Sep 2011 19:43:08 +0200 Subject: =?UTF-8?q?Delete=20trailing=20whitespace,=20thanks=20to=20Ville?= =?UTF-8?q?=20Skytt=C3=A4=20for=20patches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- menu_searchresults.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'menu_searchresults.h') 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); }; -- cgit v1.2.3