epgview: sync with tuxbox; our code was completely taken

Origin commit data
------------------
Branch: ni/coolstream
Commit: 82ffe57174
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)

Origin message was:
------------------
- epgview: sync with tuxbox; our code was completely taken

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-04-29 03:13:08 +02:00
parent 2e5bca35ad
commit bc50f13b5e
2 changed files with 20 additions and 26 deletions

View File

@@ -35,7 +35,7 @@
#include <system/settings.h>
#include <gui/imdb.h> //NI
#include <gui/imdb.h>
#include <driver/movieinfo.h>
#include "widget/menue.h"
#include "widget/navibar.h"
@@ -52,7 +52,7 @@ class CEpgData
CChannelEventList evtlist;
CChannelEventList followlist;
CEPGData epgData;
CIMDB *imdb; //NI
CIMDB *imdb;
CComponentsHeader *header;
CNaviBar *Bottombox;
@@ -99,7 +99,7 @@ class CEpgData
void showProgressBar();
bool isCurrentEPG(const t_channel_id channel_id);
//NI
bool imdb_active;
int imdb_stars;
std::string imdb_rating;