mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
cc_frm_clock.cpp: move cl_timer to protected
Was not usable from derived classes.
Origin commit data
------------------
Branch: ni/coolstream
Commit: e6833af004
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
------------------
This commit was generated by Migit
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