[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:01:57 UTC 2016


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

The following commit has been merged in the master branch:
commit 7869c988997fdca1e9cbc42a239f3e68b57bdf43
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Mar 30 16:58:34 2012 +0200

    Add comment
---
 src/accounts-list-delegate.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/accounts-list-delegate.cpp b/src/accounts-list-delegate.cpp
index dcb43dc..53bdaaa 100644
--- a/src/accounts-list-delegate.cpp
+++ b/src/accounts-list-delegate.cpp
@@ -61,6 +61,9 @@ QSize AccountsListDelegate::sizeHint(const QStyleOptionViewItem &option, const Q
 
 QList<QWidget*> AccountsListDelegate::createItemWidgets() const
 {
+    // Items created by this method and added to the list returned will be
+    // deleted by KWidgetItemDelegate
+
     QCheckBox *checkbox = new QCheckBox();
     connect(checkbox, SIGNAL(clicked(bool)), SLOT(onCheckBoxToggled(bool)));
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list