[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:04:29 UTC 2016


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

The following commit has been merged in the master branch:
commit 578d74c7619eae09b5bcd0bf8a210824fa447646
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri Mar 11 01:17:47 2011 +0100

    Fix trailing whitespaces
---
 models/accounts-model-item.h  | 2 +-
 models/accounts-model.cpp     | 6 +++---
 models/accounts-model.h       | 1 -
 models/contact-model-item.cpp | 2 +-
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/models/accounts-model-item.h b/models/accounts-model-item.h
index 451e72a..2168775 100644
--- a/models/accounts-model-item.h
+++ b/models/accounts-model-item.h
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/>
  * Copyright (C) 2011 Martin Klapetek <martin dot klapetek at gmail dot com>
- * 
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
diff --git a/models/accounts-model.cpp b/models/accounts-model.cpp
index c2720b1..e41bd79 100644
--- a/models/accounts-model.cpp
+++ b/models/accounts-model.cpp
@@ -54,11 +54,11 @@ AccountsModel::AccountsModel(const Tp::AccountManagerPtr &am, QObject *parent)
     connect(mPriv->mTree,
             SIGNAL(changed(TreeNode*)),
             SLOT(onItemChanged(TreeNode*)));
-    
+
     connect(mPriv->mTree,
             SIGNAL(childrenAdded(TreeNode*,QList<TreeNode*>)),
             SLOT(onItemsAdded(TreeNode*,QList<TreeNode*>)));
-    
+
     connect(mPriv->mTree,
             SIGNAL(childrenRemoved(TreeNode*,int,int)),
             SLOT(onItemsRemoved(TreeNode*,int,int)));
@@ -157,7 +157,7 @@ void AccountsModel::onItemsRemoved(TreeNode *parent, int first, int last)
     beginRemoveRows(index(parent->parent()), parentIndex.row(), parentIndex.row());
     parent->remove();
     endRemoveRows();
-    
+
     emit accountCountChanged();
 }
 
diff --git a/models/accounts-model.h b/models/accounts-model.h
index 8c82212..c503c60 100644
--- a/models/accounts-model.h
+++ b/models/accounts-model.h
@@ -95,7 +95,6 @@ public:
     virtual QVariant data(const QModelIndex &index, int role) const;
     Tp::AccountPtr accountForIndex(const QModelIndex &index) const;
     Tp::ContactPtr contactForIndex(const QModelIndex &index) const;
-    
     Tp::AccountPtr accountForContactIndex(const QModelIndex &index) const;
 
     virtual Qt::ItemFlags flags(const QModelIndex &index) const;
diff --git a/models/contact-model-item.cpp b/models/contact-model-item.cpp
index 8136f3f..39bc14f 100644
--- a/models/contact-model-item.cpp
+++ b/models/contact-model-item.cpp
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/>
  * Copyright (C) 2011 Martin Klapetek <martin dot klapetek at gmail dot com>
- * 
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list