NotificationsModel: isAnyDimissable() marked as invokable method.
This commit is contained in:
parent
aeefc32c9b
commit
35757aef8f
1 changed files with 2 additions and 1 deletions
|
@ -58,9 +58,10 @@ public:
|
||||||
|
|
||||||
NotificationDbusInterface* getNotification(const QModelIndex& index) const;
|
NotificationDbusInterface* getNotification(const QModelIndex& index) const;
|
||||||
|
|
||||||
|
Q_INVOKABLE bool isAnyDimissable() const;
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void dismissAll();
|
void dismissAll();
|
||||||
bool isAnyDimissable() const;
|
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void notificationAdded(const QString& id);
|
void notificationAdded(const QString& id);
|
||||||
|
|
Loading…
Reference in a new issue