[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:07:49 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=54df325

The following commit has been merged in the master branch:
commit 54df325a222436bb436a8ccac48a40543cb2dcd5
Author: Rohan Garg <rohangarg at kubuntu.org>
Date:   Sat Oct 8 20:32:15 2011 +0530

    * Fix formatting and remove useless stuff from header
---
 presence-model.h | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/presence-model.h b/presence-model.h
index 6b01bb6..0c0869d 100644
--- a/presence-model.h
+++ b/presence-model.h
@@ -30,6 +30,7 @@
 class PresenceModel : public QAbstractListModel
 {
     Q_OBJECT
+
 public:
     explicit PresenceModel(QObject *parent = 0);
     ~PresenceModel();
@@ -49,14 +50,10 @@ public:
     /** Returns the index of a given presence, adding it if needed*/
     QModelIndex indexOf(const Tp::Presence &presence);
 
-//protected:
+    //protected:
     virtual QVariant data(const QModelIndex &index, int role) const;
     virtual int rowCount(const QModelIndex &parent) const;
 
-signals:
-
-public slots:
-
 private:
 
     /** Loads standard presences (online, away etc) into */
@@ -65,7 +62,6 @@ private:
     /** Loads any user custom presences into the model*/
     void loadCustomPresences();
 
-
     QList<KPresence> m_presences;
 
     //this is wrong, KConfigGroup is a sharedptr..

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list