From d4f2b1f98cc7a35b23ec282438e3cb8d426ba9a4 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 17 Nov 2014 20:14:27 +0100 Subject: add banner poster in replay info --- displayreplay.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'displayreplay.h') diff --git a/displayreplay.h b/displayreplay.h index e9901809..5e7999ce 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -1,6 +1,7 @@ #pragma once #include "baserender.h" +#include "services/scraper2vdr.h" class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay { private: @@ -10,6 +11,7 @@ class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay { cPixmap *labelPixmap; cPixmap *labelJump; cPixmap *iconsPixmap; + cPixmap *chanEpgImagesPixmap; cFont *fontSecs; const cRecording *recording; -- cgit v1.2.3