summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h
index eb2bbc55..c40bbac5 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -85,6 +85,8 @@ public:
**/
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
+ bool lessThan(const QModelIndex &left, const QModelIndex &right);
+
public slots:
/**