[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:59:52 UTC 2016


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

The following commit has been merged in the master branch:
commit 53eba74a6dad55bec0f9918768d683e1a47ef2bf
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Sun Sep 18 15:16:48 2011 +0100

    Cleaning
---
 src/account-item.cpp          | 2 +-
 src/accounts-list-model.cpp   | 3 +--
 src/add-account-assistant.cpp | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/account-item.cpp b/src/account-item.cpp
index 4d9b622..033ac44 100644
--- a/src/account-item.cpp
+++ b/src/account-item.cpp
@@ -124,7 +124,7 @@ const QString AccountItem::connectionStatusReason() const
     if (!m_account->isEnabled()) {
         return i18n("Account disabled - Click checkbox to enable");
     }
-    
+
     switch (m_account->connectionStatusReason())
     {
     case Tp::ConnectionStatusReasonAuthenticationFailed:
diff --git a/src/accounts-list-model.cpp b/src/accounts-list-model.cpp
index fdcee8a..e7bbeca 100644
--- a/src/accounts-list-model.cpp
+++ b/src/accounts-list-model.cpp
@@ -230,7 +230,7 @@ void AccountsListModel::onAccountItemRemoved()
 void AccountsListModel::onAccountItemUpdated()
 {
     kDebug();
-    
+
     AccountItem *item = qobject_cast<AccountItem*>(sender());
 
     Q_ASSERT(item);
@@ -252,4 +252,3 @@ void AccountsListModel::onTitleForCustomPages(QString mandatoryPage, QList<QStri
 
 
 #include "accounts-list-model.moc"
-
diff --git a/src/add-account-assistant.cpp b/src/add-account-assistant.cpp
index a8096e4..43b55b6 100644
--- a/src/add-account-assistant.cpp
+++ b/src/add-account-assistant.cpp
@@ -157,7 +157,7 @@ void AddAccountAssistant::accept()
     // FIXME: In some next version of tp-qt4 there should be a convenience class for this
     // https://bugs.freedesktop.org/show_bug.cgi?id=33153
     QVariantMap properties;
-    
+
     if (d->accountManager->supportedAccountProperties().contains(QLatin1String("org.freedesktop.Telepathy.Account.Service"))) {
       properties.insert("org.freedesktop.Telepathy.Account.Service", d->currentProfileItem->serviceName());
     }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list