[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:32 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=cb464b0
The following commit has been merged in the master branch:
commit cb464b0033c849e58c6c67dcb5278af76dd55f46
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Wed Jun 22 13:42:03 2011 +0100
Get rid of double call to remove() in proxy-tree-node
remove is called eventually on the node through "emit childrenRemoved()"
REVIEW: 101724
Reivewed by: Martin Klapetek
---
models/proxy-tree-node.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/models/proxy-tree-node.cpp b/models/proxy-tree-node.cpp
index 3a5dae5..ccd7e12 100644
--- a/models/proxy-tree-node.cpp
+++ b/models/proxy-tree-node.cpp
@@ -80,8 +80,6 @@ void ProxyTreeNode::onSourceNodeRemoved()
{
int index = parent()->indexOf(this);
emit childrenRemoved(parent(), index, index);
-
- remove();
}
void ProxyTreeNode::onSourceChanged()
--
ktp-common-internals packaging
More information about the pkg-kde-commits
mailing list