mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/infoviewer.cpp: add destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e1b370321
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-04 (Fri, 04 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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