Merge branch 'main' of github.com:QuasarApp/SimpleQmlNotify

This commit is contained in:
Andrei Yankovich 2021-06-04 13:24:40 +03:00
commit a7c69d7963

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: