From 0ff4ceddc4f1ef8fa122d40db6a8b2e4c94e37ae Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 9 Jan 2020 21:37:16 +0100 Subject: [PATCH] cc_frm_clock.h fix show time in movieplayer Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/0077dec96d26c37f0b63616a06dcb556631a810c Author: Jacek Jendrzej Date: 2020-01-09 (Thu, 09 Jan 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_frm_clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_clock.h b/src/gui/components/cc_frm_clock.h index 288b49992..3088189f0 100644 --- a/src/gui/components/cc_frm_clock.h +++ b/src/gui/components/cc_frm_clock.h @@ -83,7 +83,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen ///initialize clock contents void initCCLockItems(); ///initialize timestring, called in initCCLockItems() - void initTimeString(); + virtual void initTimeString(); ///start ticking clock, returns true on success, if false causes log output bool startClock();