From b94ebafe8c2f32b404d69f1ea8e6bc2de68e606a Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 8 Sep 2015 12:59:54 +0300 Subject: Version 0.1.0: - Added hiding of duplicate recordings. - Updated German translations, thanks to Joerg Bornkessel. --- menu.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 302965f..f364d47 100644 --- a/menu.h +++ b/menu.h @@ -32,13 +32,14 @@ private: eOSState Setup(void); eOSState Delete(void); eOSState Info(void); + eOSState ToggleHidden(void); protected: cRecording *GetRecording(cMenuDuplicateItem *Item); public: cMenuDuplicates(); ~cMenuDuplicates(); virtual eOSState ProcessKey(eKeys Key); - }; +}; // --- cMenuSetupDuplicates -------------------------------------------------- @@ -50,6 +51,6 @@ protected: public: cMenuSetupDuplicates(cMenuDuplicates *menuDuplicates = NULL); void SetTitle(const char *Title); - }; +}; #endif -- cgit v1.2.3