CChannelList: use own function to get transponder info

This commit is contained in:
2012-08-25 22:00:20 +02:00
parent c53a0a7ab4
commit 32f2f8a85d
2 changed files with 17 additions and 10 deletions

View File

@@ -110,6 +110,7 @@ private:
void showChannelLogo();
void calcSize();
std::string MaxChanNr();
std::string getInfoTextTransponder(int index);
void paint_pig(int x, int y, int w, int h);
void paint_events(int index);
CChannelEventList evtlist;