diff options
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(); |