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
|
||||
{
|
||||
private:
|
||||
CComponentsTimer *cl_timer;
|
||||
void ShowTime();
|
||||
#if 0
|
||||
bool may_blit;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
CComponentsTimer *cl_timer;
|
||||
|
||||
///slot for timer event, reserved for ShowTime()
|
||||
sigc::slot0<void> cl_sl_show;
|
||||
|
||||
|
Reference in New Issue
Block a user