From 796fcd61fa249604733a9192cbff2874d337d033 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 1 May 2018 23:35:31 -0400 Subject: [PATCH] Fix typo in docs --- src/krecursivefilterproxymodel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/krecursivefilterproxymodel.h b/src/krecursivefilterproxymodel.h index 25d4a01..da593c6 100644 --- a/src/krecursivefilterproxymodel.h +++ b/src/krecursivefilterproxymodel.h @@ -78,7 +78,7 @@ class KRecursiveFilterProxyModelPrivate; That is, the leaves in the model match the filter, but not necessarily the inner branches. QSortFilterProxyModel provides the virtual method filterAcceptsRow to allow custom filter implementations. - Custom filter implementations can be written for KRecuriveFilterProxyModel using the acceptRow virtual method. + Custom filter implementations can be written for KRecursiveFilterProxyModel using the acceptRow virtual method. Note that using this proxy model is additional overhead compared to QSortFilterProxyModel as every index in the model must be visited and queried. @@ -135,4 +135,3 @@ private: }; #endif -