From b3f9fcecdcf5f73ac902d76b95739b76e6bfcba1 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 10 Feb 2016 00:15:20 +0100 Subject: V3 firmware support improvements Proper timeline notifications for the v3 firmware. Added telegram, whatapp and hangouts notification types. Removed mitakuuluu. --- daemon/daemon.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'daemon/daemon.pro') 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 -- cgit v1.2.3