summaryrefslogtreecommitdiff
path: root/walltimemonitor.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-13 02:38:35 +0100
committerJavier <dev.git@javispedro.com>2015-12-13 02:38:35 +0100
commit3b6a0066ef584a076b1a05dc5524cbfa2e2a0bb6 (patch)
treeb37c74f4dc785606ea36f426935826269b39b6b4 /walltimemonitor.h
parent8dc9a1295b7c1a5f81c55244b5d2bb3a3bddb30b (diff)
downloadlibwatchfish-3b6a0066ef584a076b1a05dc5524cbfa2e2a0bb6.tar.gz
libwatchfish-3b6a0066ef584a076b1a05dc5524cbfa2e2a0bb6.zip
Implement WallTimeMonitor
Diffstat (limited to 'walltimemonitor.h')
-rw-r--r--walltimemonitor.h3
1 files changed, 1 insertions, 2 deletions
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();