diff options
author | louis <louis.braun@gmx.de> | 2013-05-31 13:58:22 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-31 13:58:22 +0200 |
commit | 4f960c48cb2d99a78ac0fa8ee1dd687fd213ef2b (patch) | |
tree | 399aebc6fa54aad39fe3e712f44aa7ec3275f783 /tvguideosd.h | |
parent | 4f93ac2516dacdec5e142aaf60a06c6e1c16daf3 (diff) | |
download | vdr-plugin-tvguide-4f960c48cb2d99a78ac0fa8ee1dd687fd213ef2b.tar.gz vdr-plugin-tvguide-4f960c48cb2d99a78ac0fa8ee1dd687fd213ef2b.tar.bz2 |
Added channel group support
Diffstat (limited to 'tvguideosd.h')
-rw-r--r-- | tvguideosd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvguideosd.h b/tvguideosd.h index 433c48c..0fa9de9 100644 --- a/tvguideosd.h +++ b/tvguideosd.h @@ -11,6 +11,7 @@ private: cStatusHeader *statusHeader;
cDetailView *detailView;
cTimeLine *timeLine;
+ cChannelGroups *channelGroups;
cFooter *footer;
bool detailViewActive;
void drawOsd();
|