diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-26 20:58:06 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-26 20:58:06 -0500 |
| commit | 106ed49baecc60dbdf4844ed684df750e5caf3aa (patch) | |
| tree | f7485c0d4e995263b313ed08856869c9e8c8b6a1 /src/downloadlist.h | |
| parent | 3eb64c32e8643a34ce2de07bdb0f2fae2869b69a (diff) | |
removed setUpdateDelay(false) calls, it's the default
FilterWidget for downloads tab
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 2 |
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:
/**
|
