Fixed warning about using pointers in slots

This commit is contained in:
Albert Vaca 2015-09-26 08:23:55 -07:00
parent 091de2ad4b
commit 53e6381d30

View file

@ -44,10 +44,10 @@ public:
void processPackage(const NetworkPackage& np);
void clearNotifications();
void dismissRequested(Notification* notification);
public Q_SLOTS:
Q_SCRIPTABLE QStringList activeNotifications();
void dismissRequested(Notification* notification);
Q_SIGNALS:
Q_SCRIPTABLE void notificationPosted(const QString& publicId);