cc_frm_clock: Removed not required digit of slot method name

only to simplify.
This commit is contained in:
2019-11-09 21:10:20 +01:00
parent 34fd452de4
commit 18380df200

View File

@@ -104,7 +104,7 @@ CComponentsFrmClock::CComponentsFrmClock( const int& x_pos,
initParent(parent); initParent(parent);
//init slot for running clock //init slot for running clock
cl_sl_show = sigc::mem_fun0(*this, &CComponentsFrmClock::ShowTime); cl_sl_show = sigc::mem_fun(*this, &CComponentsFrmClock::ShowTime);
//run clock already if required //run clock already if required
if (activ) if (activ)