- epgplus: add detailsline

This commit is contained in:
vanhofen
2017-04-08 14:11:28 +02:00
committed by svenhoefer
parent 9c3c6332fd
commit b24d55413d
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;