diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-06 23:13:37 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-06 23:13:37 +0200 |
commit | ae37832316d905889c82706b351b3c037c9e1ab6 (patch) | |
tree | d90c4a18729937b782f557e170cf95d4ef38f031 /libsowatch/notification.cpp | |
parent | d83093df7602aa2896de71292b47948540c22a44 (diff) | |
download | sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.tar.gz sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.zip |
prepare for weather qml notifications
Diffstat (limited to 'libsowatch/notification.cpp')
-rw-r--r-- | libsowatch/notification.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libsowatch/notification.cpp b/libsowatch/notification.cpp index 62a9b7d..8f346c0 100644 --- a/libsowatch/notification.cpp +++ b/libsowatch/notification.cpp @@ -11,6 +11,11 @@ Notification::~Notification() { } +Notification::Priority Notification::priority() const +{ + return Normal; +} + QString Notification::displayTime() const { QDateTime dt = dateTime(); |