diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-02-10 00:15:20 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-10 00:15:20 +0100 |
| commit | b3f9fcecdcf5f73ac902d76b95739b76e6bfcba1 (patch) | |
| tree | 7b787e3c66c893a30e39c7b59f04e5424610cbe9 /daemon/daemon.pro | |
| parent | 538628b9ee37cf6156abd6f7d86ef1df203fb5f7 (diff) | |
V3 firmware support improvements
Proper timeline notifications for the v3 firmware.
Added telegram, whatapp and hangouts notification types.
Removed mitakuuluu.
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index 4520b57..9bdc643 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -27,7 +27,8 @@ SOURCES += \ packer.cpp \ bankmanager.cpp \ uploadmanager.cpp \ - bundle.cpp + bundle.cpp \ + timelineitem.cpp HEADERS += \ manager.h \ @@ -47,7 +48,8 @@ HEADERS += \ packer.h \ bankmanager.h \ uploadmanager.h \ - bundle.h + bundle.h \ + timelineitem.h DBUS_ADAPTORS += ../org.pebbled.Watch.xml |
