From 106ed49baecc60dbdf4844ed684df750e5caf3aa Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sat, 26 Dec 2020 20:58:06 -0500 Subject: removed setUpdateDelay(false) calls, it's the default FilterWidget for downloads tab --- src/downloadlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/downloadlist.h') 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: /** -- cgit v1.3.1