[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:38 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=ebc0354

The following commit has been merged in the master branch:
commit ebc035474a6b9fc1ad615cc53c327ceec2b40252
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Sat Apr 12 21:51:35 2014 +0200

    NotificationsModel: isAnyDimissable() marked as invokable method.
---
 libkdeconnect/notificationsmodel.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libkdeconnect/notificationsmodel.h b/libkdeconnect/notificationsmodel.h
index 6a8fca6..2532df0 100644
--- a/libkdeconnect/notificationsmodel.h
+++ b/libkdeconnect/notificationsmodel.h
@@ -58,9 +58,10 @@ public:
 
     NotificationDbusInterface* getNotification(const QModelIndex& index) const;
 
+    Q_INVOKABLE bool isAnyDimissable() const;
+
 public Q_SLOTS:
     void dismissAll();
-    bool isAnyDimissable() const;
 
 private Q_SLOTS:
     void notificationAdded(const QString& id);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list