From d1324f983f57878773680b8e7ec062f8acdb95bc Mon Sep 17 00:00:00 2001 From: Thomas Baumgart Date: Sat, 2 Mar 2019 12:00:26 +0100 Subject: [PATCH] Fix example in documentation Reviewers: dfaure Reviewed By: dfaure Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D19466 --- src/krecursivefilterproxymodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/krecursivefilterproxymodel.h b/src/krecursivefilterproxymodel.h index 0096393..25d4a01 100644 --- a/src/krecursivefilterproxymodel.h +++ b/src/krecursivefilterproxymodel.h @@ -58,7 +58,7 @@ class KRecursiveFilterProxyModelPrivate; - I @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. The KRecursiveFilterProxyModel checks child indexes for filter matching and ensures that all matching indexes