4
0
mirror of https://github.com/QuasarApp/SimpleQmlNotify.git synced 2025-04-30 23:54:32 +00:00

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

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