diff options
Diffstat (limited to 'libsowatch/notification.h')
-rw-r--r-- | libsowatch/notification.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/notification.h b/libsowatch/notification.h index 8e58653..3505c44 100644 --- a/libsowatch/notification.h +++ b/libsowatch/notification.h @@ -33,6 +33,7 @@ public: virtual Type type() const = 0; virtual uint count() const = 0; virtual QDateTime dateTime() const = 0; + virtual QString displayTime() const; virtual QString title() const = 0; virtual QString body() const = 0; virtual QImage image() const; |