From cb0ba468ff88997d3e737aae5af83bf580dfaf46 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 18 Nov 2015 19:25:36 +0100 Subject: [PATCH] CTimeOSD: disable setHeight() in CTimeOSD, height is bound to settings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/58337b71f1db7c1919646403a3502aef3dab6b5e Author: Thilo Graf Date: 2015-11-18 (Wed, 18 Nov 2015) Origin message was: ------------------ CTimeOSD: disable setHeight() in CTimeOSD, height is bound to settings ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/timeosd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/timeosd.h b/src/gui/timeosd.h index b46fdbecd..cf15b7643 100644 --- a/src/gui/timeosd.h +++ b/src/gui/timeosd.h @@ -60,5 +60,6 @@ class CTimeOSD : public CComponentsFrmClock void switchMode(int position, int duration); mode getMode() { return m_mode; }; void setMode (mode mode_) { m_mode = mode_; }; + void setHeight(const int){}//NOTE: dummy member, height is strictly bound to settings }; #endif