remove propertyes from q gadged object

This commit is contained in:
Andrei Yankovich 2021-06-01 20:28:46 +03:00
parent 14e4f547d7
commit 6bb89017c8

View File

@ -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: