mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
cc_frm_clock: Removed not required digit of slot method name
only to simplify.
Origin commit data
------------------
Commit: 40de1b7a46
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-12-30 (Mon, 30 Dec 2019)
This commit is contained in:
@@ -104,7 +104,7 @@ CComponentsFrmClock::CComponentsFrmClock( const int& x_pos,
|
||||
initParent(parent);
|
||||
|
||||
//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
|
||||
if (activ)
|
||||
|
Reference in New Issue
Block a user