summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-02-06 15:52:25 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-02-09 20:17:51 -0800
commit0223839486802f3944df6e20b73dc93fa4a03727 (patch)
tree17d5be726c36a713aad297c90350596e413eebf0 /message.h
parent112fc8be473f02befc7596750ad7044113f29849 (diff)
Add weather binding support
Allow subscription of weather data for libqtappfw consumers Bug-AGL: SPEC-1273 Change-Id: If794481e09084f9632387c64882861faefe4f62c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'message.h')
-rw-r--r--message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/message.h b/message.h
index e9d915a..28df8d0 100644
--- a/message.h
+++ b/message.h
@@ -31,6 +31,7 @@ enum MessageId {
enum MessageType {
GenericMessage,
TelephonyEventMessage,
+ WeatherEventMessage,
};
class Message : public QObject