- infoclock: add getStatus() function

This commit is contained in:
svenhoefer
2015-01-09 15:04:12 +01:00
parent a765cdd3ea
commit eba43cc5f9

View File

@@ -47,6 +47,8 @@ class CInfoClock : public CComponentsFrmClock
bool StopClock();
bool enableInfoClock(bool enable);
void ClearDisplay();
bool getStatus(void) { return paintClock; }
};
#endif