mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/infoviewer.cpp: add destructor
This commit is contained in:
@@ -97,6 +97,15 @@ CInfoViewer::CInfoViewer ()
|
|||||||
Init();
|
Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CInfoViewer::~CInfoViewer()
|
||||||
|
{
|
||||||
|
delete sigscale;
|
||||||
|
delete snrscale;
|
||||||
|
delete hddscale;
|
||||||
|
delete varscale;
|
||||||
|
delete timescale;
|
||||||
|
}
|
||||||
|
|
||||||
void CInfoViewer::Init()
|
void CInfoViewer::Init()
|
||||||
{
|
{
|
||||||
frameBuffer = CFrameBuffer::getInstance ();
|
frameBuffer = CFrameBuffer::getInstance ();
|
||||||
|
@@ -170,6 +170,7 @@ class CInfoViewer
|
|||||||
uint32_t lcdUpdateTimer;
|
uint32_t lcdUpdateTimer;
|
||||||
|
|
||||||
CInfoViewer();
|
CInfoViewer();
|
||||||
|
~CInfoViewer();
|
||||||
void showMovieTitle(const int playState, const std::string &title,
|
void showMovieTitle(const int playState, const std::string &title,
|
||||||
const std::string &g_file_epg, const std::string &g_file_epg1,
|
const std::string &g_file_epg, const std::string &g_file_epg1,
|
||||||
const int duration, const int curr_pos);
|
const int duration, const int curr_pos);
|
||||||
|
Reference in New Issue
Block a user