diff options
Diffstat (limited to 'views/displaymenulistview.h')
-rw-r--r-- | views/displaymenulistview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/displaymenulistview.h b/views/displaymenulistview.h index 1c2c85f..2d9d30f 100644 --- a/views/displaymenulistview.h +++ b/views/displaymenulistview.h @@ -27,6 +27,7 @@ public: void AddChannelsMenuItem(int index, const cChannel *channel, bool withProvider, bool current, bool selectable); void AddTimersMenuItem(int index, const cTimer *timer, bool current, bool selectable); void AddRecordingMenuItem(int index, const cRecording *recording, int level, int total, int isNew, bool current, bool selectable); + void AddPluginMenuItem(map<string,string> *stringTokens, map<string,int> *intTokens, map<string, vector<map<string,string> > > *loopTokens, int index, bool current, bool selectable); void AddTracksMenuItem(int index, const char *title, bool current, bool selectable); void Render(void); void Debug(void); |