summaryrefslogtreecommitdiffstats
path: root/seriestreewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreewidget.h')
-rw-r--r--seriestreewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/seriestreewidget.h b/seriestreewidget.h
index 9c2438e..9e2e0dc 100644
--- a/seriestreewidget.h
+++ b/seriestreewidget.h
@@ -115,6 +115,7 @@ class SeriesTreeSortModel : public QSortFilterProxyModel {
public:
SeriesTreeSortModel(QObject *parent = 0);
~SeriesTreeSortModel() {}
+ bool acceptedByFilter(int source_row, const QModelIndex &parent) const { return filterAcceptsRow(source_row, parent); }
protected:
virtual bool lessThan(const QModelIndex &left, const QModelIndex &right) const;