summaryrefslogtreecommitdiff
path: root/libsowatch/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/notification.h')
-rw-r--r--libsowatch/notification.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsowatch/notification.h b/libsowatch/notification.h
index 3505c44..1af0264 100644
--- a/libsowatch/notification.h
+++ b/libsowatch/notification.h
@@ -13,6 +13,12 @@ class SOWATCH_EXPORT Notification : public QObject
{
Q_OBJECT
Q_ENUMS(Type)
+ Q_PROPERTY(Type type READ type)
+ Q_PROPERTY(uint count READ count)
+ Q_PROPERTY(QDateTime dateTime READ dateTime)
+ Q_PROPERTY(QString title READ title)
+ Q_PROPERTY(QString body READ body)
+ Q_PROPERTY(QImage image READ image)
public:
enum Type {