[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:57:09 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=ae24d55

The following commit has been merged in the master branch:
commit ae24d55107521d5bc6f73359e84fd086a21bb903
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sat Feb 14 21:28:06 2009 +0000

    Add signals to the AccountItem that will tell the model when it has changed in some way which is relevant to the model.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=926226
---
 src/account-item.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/account-item.h b/src/account-item.h
index 9a5dc1b..c88dbbb 100644
--- a/src/account-item.h
+++ b/src/account-item.h
@@ -47,6 +47,8 @@ private Q_SLOTS:
 
 Q_SIGNALS:
     void ready();
+    void removed();
+    void updated();
 
 private:
     Telepathy::Client::Account *m_account;

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list