Fixed warning about using pointers in slots
This commit is contained in:
parent
091de2ad4b
commit
53e6381d30
1 changed files with 1 additions and 1 deletions
|
@ -44,10 +44,10 @@ public:
|
||||||
|
|
||||||
void processPackage(const NetworkPackage& np);
|
void processPackage(const NetworkPackage& np);
|
||||||
void clearNotifications();
|
void clearNotifications();
|
||||||
|
void dismissRequested(Notification* notification);
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
Q_SCRIPTABLE QStringList activeNotifications();
|
Q_SCRIPTABLE QStringList activeNotifications();
|
||||||
void dismissRequested(Notification* notification);
|
|
||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
Q_SCRIPTABLE void notificationPosted(const QString& publicId);
|
Q_SCRIPTABLE void notificationPosted(const QString& publicId);
|
||||||
|
|
Loading…
Reference in a new issue