summaryrefslogtreecommitdiffstats
path: root/filesorter.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesorter.h')
-rw-r--r--filesorter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesorter.h b/filesorter.h
index 11012ed..968edf2 100644
--- a/filesorter.h
+++ b/filesorter.h
@@ -19,6 +19,7 @@ class VideoSorter : public QSortFilterProxyModel {
protected:
virtual bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const;
+ virtual bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
};