From 3ce36b764fc55bdfc8fe98395cab072d50855e28 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 1 Mar 2016 09:13:06 +0100 Subject: New managers from javispedro AppFetchManager, BlobDBManager --- daemon/timelineitem.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'daemon/timelineitem.h') diff --git a/daemon/timelineitem.h b/daemon/timelineitem.h index 9d7850c..778266d 100644 --- a/daemon/timelineitem.h +++ b/daemon/timelineitem.h @@ -31,12 +31,13 @@ public: IconIDTelegram = 0x07, IconIDHangout = 0x08, IconIDGMail = 0x09, - IconIDFlash = 0x0a, // TODO: what service is this? + IconIDFacebookMessenger = 0x0a, IconIDFacebook = 0x0b, IconIDMusic = 0x0c, IconIDAlarm = 0x0d, IconIDWeather = 0x0e, - IconIDGuess = 0x31 + IconIDEmail = 0x13, + IconIDSMS = 0x2d }; enum Color { -- cgit v1.2.3