diff --git a/src/krecursivefilterproxymodel.h b/src/krecursivefilterproxymodel.h index 5cf843b..cf14c12 100644 --- a/src/krecursivefilterproxymodel.h +++ b/src/krecursivefilterproxymodel.h @@ -112,11 +112,9 @@ protected: */ virtual bool acceptRow(int sourceRow, const QModelIndex &sourceParent) const; -private: /** @reimp */ - bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; + virtual bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; -protected: KRecursiveFilterProxyModelPrivate *const d_ptr; private: