From 3b6a0066ef584a076b1a05dc5524cbfa2e2a0bb6 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 13 Dec 2015 02:38:35 +0100 Subject: Implement WallTimeMonitor --- walltimemonitor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'walltimemonitor.h') diff --git a/walltimemonitor.h b/walltimemonitor.h index e070076..f2f6b95 100644 --- a/walltimemonitor.h +++ b/walltimemonitor.h @@ -26,8 +26,6 @@ namespace watchfish { -Q_DECLARE_LOGGING_CATEGORY(walltimeMonitorCat) - class WallTimeMonitorPrivate; class WallTimeMonitor : public QObject @@ -55,6 +53,7 @@ public: int timezoneOffsetFromUtc() const; signals: + void systemTimeChanged(); void timeChanged(); void timezoneChanged(); void timezoneAbbreviationChanged(); -- cgit v1.2.3