diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-03-01 09:13:06 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-03-01 09:13:06 +0100 |
| commit | 3ce36b764fc55bdfc8fe98395cab072d50855e28 (patch) | |
| tree | ddf0a92af9ed0389f88d970ab1a61190baa7d893 /daemon/timelineitem.h | |
| parent | 3a4e80053081ab7f5de142bfbc6589dfc2bc6e2d (diff) | |
New managers from javispedro
AppFetchManager, BlobDBManager
Diffstat (limited to 'daemon/timelineitem.h')
| -rw-r--r-- | daemon/timelineitem.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |
