Removed kdescendantsproxymodel::descendantCount(). It was defined in the header but has no implementation.

CC: steveire@gmail.com
wilder
Simon Edwards 12 years ago
parent 330a8ab0d8
commit 3a0e29465b
  1. 5
      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;

Loading…
Cancel
Save