Git commit 3a0e29465b992b080efc5acd1c1c70b8b9d94bc2 by Simon Edwards. Committed on 18/01/2014 at 14:57. Pushed by sedwards into branch 'master'. Removed kdescendantsproxymodel::descendantCount(). It was defined in the he= ader but has no implementation. CC: steveire@gmail.com M +0 -5 src/kdescendantsproxymodel.h http://commits.kde.org/kitemmodels/3a0e29465b992b080efc5acd1c1c70b8b9d94bc2 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 ind= ex. - */ - int descendantCount(const QModelIndex &index) const; - QModelIndex mapFromSource(const QModelIndex &sourceIndex) const; QModelIndex mapToSource(const QModelIndex &proxyIndex) const; =20