diff options
author | Timo Eskola <timo@tolleri.net> | 2015-09-08 12:59:54 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2015-09-08 12:59:54 +0300 |
commit | b94ebafe8c2f32b404d69f1ea8e6bc2de68e606a (patch) | |
tree | cfcdfef1696b16df880e5be0d880e8f72e96446f /menu.h | |
parent | 47a129b230b2b2e9a880948b5bc188ab715ba3b2 (diff) | |
download | vdr-plugin-duplicates-b94ebafe8c2f32b404d69f1ea8e6bc2de68e606a.tar.gz vdr-plugin-duplicates-b94ebafe8c2f32b404d69f1ea8e6bc2de68e606a.tar.bz2 |
Version 0.1.0:
- Added hiding of duplicate recordings.
- Updated German translations, thanks to Joerg Bornkessel.
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |