diff options
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h index eb2bbc55..2171c013 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -85,6 +85,10 @@ public: **/
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
+ // used in DownloadsTab as the sorting predicate for the filter widget
+ //
+ bool lessThanPredicate(const QModelIndex &left, const QModelIndex &right);
+
public slots:
/**
|
