epgplus: add detailsline

Origin commit data
------------------
Branch: ni/coolstream
Commit: b24d55413d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: add detailsline

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-04-08 14:11:28 +02:00
parent 0199ae91ad
commit 16b8793638
2 changed files with 32 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
#ifndef __epgplus__
#define __epgplus__
#include <gui/components/cc.h>
#include "widget/menue.h"
#include <string>
@@ -238,6 +239,7 @@ class EpgPlus
static Font* font;
TCChannelEventEntries channelEventEntries;
CComponentsDetailsLine *detailsLine;
};
typedef std::vector<ChannelEntry*> TChannelEntries;