summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h
index c40bbac5..2171c013 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -85,7 +85,9 @@ public:
**/
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
- bool lessThan(const QModelIndex &left, const QModelIndex &right);
+ // used in DownloadsTab as the sorting predicate for the filter widget
+ //
+ bool lessThanPredicate(const QModelIndex &left, const QModelIndex &right);
public slots: