From 3a0e29465b992b080efc5acd1c1c70b8b9d94bc2 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Sat, 18 Jan 2014 15:57:37 +0100 Subject: [PATCH] Removed kdescendantsproxymodel::descendantCount(). It was defined in the header but has no implementation. CC: steveire@gmail.com --- src/kdescendantsproxymodel.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/kdescendantsproxymodel.h b/src/kdescendantsproxymodel.h index 53fe4e5..8004961 100644 --- a/src/kdescendantsproxymodel.h +++ b/src/kdescendantsproxymodel.h @@ -150,11 +150,6 @@ public: */ QString ancestorSeparator() const; - /** - * Returns the number of descendant entries for the given model @p index. - */ - int descendantCount(const QModelIndex &index) const; - QModelIndex mapFromSource(const QModelIndex &sourceIndex) const; QModelIndex mapToSource(const QModelIndex &proxyIndex) const;