From 6bb89017c8acae3a30574c9930b65bd5792cb3d0 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 1 Jun 2021 20:28:46 +0300 Subject: [PATCH] remove propertyes from q gadged object --- notificationdata.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/notificationdata.h b/notificationdata.h index 5806e47..047fd11 100644 --- a/notificationdata.h +++ b/notificationdata.h @@ -11,10 +11,6 @@ namespace QmlNotificationService { class NOTIFYSERVICESHARED_EXPORT NotificationData { Q_GADGET - Q_PROPERTY(QString text READ text) - Q_PROPERTY(QString img READ img) - Q_PROPERTY(QString title READ title) - Q_PROPERTY(int type READ type) public: