mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_frm_clock.cpp: move cl_timer to protected
Was not usable from derived classes.
This commit is contained in:
@@ -45,13 +45,14 @@ class CComponentsTimer;
|
|||||||
class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
|
class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
CComponentsTimer *cl_timer;
|
|
||||||
void ShowTime();
|
void ShowTime();
|
||||||
#if 0
|
#if 0
|
||||||
bool may_blit;
|
bool may_blit;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
CComponentsTimer *cl_timer;
|
||||||
|
|
||||||
///slot for timer event, reserved for ShowTime()
|
///slot for timer event, reserved for ShowTime()
|
||||||
sigc::slot0<void> cl_sl_show;
|
sigc::slot0<void> cl_sl_show;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user