Fix example in documentation

Reviewers: dfaure

Reviewed By: dfaure

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D19466
wilder
Thomas Baumgart 7 years ago
parent 78d35e3d19
commit d1324f983f
  1. 2
      src/krecursivefilterproxymodel.h

@ -58,7 +58,7 @@ class KRecursiveFilterProxyModelPrivate;
- I - I
@endverbatim @endverbatim
That is, even though D and E match the filter, they are not represented in the proxy model because B does not That is, even though D and G match the filter, they are not represented in the proxy model because B does not
match the filter and is filtered out. match the filter and is filtered out.
The KRecursiveFilterProxyModel checks child indexes for filter matching and ensures that all matching indexes The KRecursiveFilterProxyModel checks child indexes for filter matching and ensures that all matching indexes

Loading…
Cancel
Save