[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:08:25 UTC 2016


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

The following commit has been merged in the master branch:
commit a711d62e170206609eda00d276a4843a5ea34fd7
Author: Dominik Cermak <d.cermak at arcor.de>
Date:   Mon Dec 26 15:21:31 2011 +0100

    Krazy: Normalize signatures
---
 contact-delegate-overlay.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contact-delegate-overlay.cpp b/contact-delegate-overlay.cpp
index 2cae71f..4733cdd 100644
--- a/contact-delegate-overlay.cpp
+++ b/contact-delegate-overlay.cpp
@@ -124,8 +124,8 @@ void AbstractWidgetDelegateOverlay::setActive(bool active)
         m_widget.data()->installEventFilter(this);
 
         if (view()->model()) {
-            connect(m_view->model(), SIGNAL(rowsRemoved(QModelIndex, int, int)),
-                    this, SLOT(slotRowsRemoved(QModelIndex, int, int)));
+            connect(m_view->model(), SIGNAL(rowsRemoved(QModelIndex,int,int)),
+                    this, SLOT(slotRowsRemoved(QModelIndex,int,int)));
 
             connect(m_view->model(), SIGNAL(layoutChanged()),
                     this, SLOT(slotLayoutChanged()));

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list