[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=fa9660b

The following commit has been merged in the master branch:
commit fa9660b33e81c81bc60154f04d87431b697f1800
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Jan 8 23:54:46 2011 +0000

    improved work on item delegate
---
 KTp/Models/accounts-list-model.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Models/accounts-list-model.h b/KTp/Models/accounts-list-model.h
index 98d4942..fa67492 100644
--- a/KTp/Models/accounts-list-model.h
+++ b/KTp/Models/accounts-list-model.h
@@ -32,13 +32,13 @@ class AccountsListModel : public QAbstractListModel
     Q_OBJECT
     Q_DISABLE_COPY(AccountsListModel);
 
+public:
     enum Roles {
         ConnectionStateDisplayRole = Qt::UserRole+1,
         ConnectionStateIconRole = Qt::UserRole+2,
         ConnectionErrorMessageDisplayRole = Qt::UserRole+3
     };
 
-public:
     explicit AccountsListModel(QObject *parent = 0);
     virtual ~AccountsListModel();
     virtual int rowCount(const QModelIndex &index) const;

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list