- eventlist: minor cosmetics;

rename getPrvNextChannelName() to getChannelNames()
This commit is contained in:
svenhoefer
2017-05-08 21:08:23 +02:00
parent d051691f89
commit edb4ce3e4f
2 changed files with 7 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ class CEventList : public CListHelpers
void showProgressBar(int pos);
void hide();
void showFunctionBar(t_channel_id channel_id);
void getPrvNextChannelName(t_channel_id &channel_id,std::string &next_channel_name,std::string &prev_channel_name,std::string &current_channel_name, neutrino_msg_t msg);
void getChannelNames(t_channel_id &channel_id, std::string &current_channel_name, std::string &prev_channel_name, std::string &next_channel_name, neutrino_msg_t msg);
int timerPre;
int timerPost;