summaryrefslogtreecommitdiff
path: root/src/downloadstab.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-12-26 20:58:06 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-12-26 20:58:06 -0500
commit106ed49baecc60dbdf4844ed684df750e5caf3aa (patch)
treef7485c0d4e995263b313ed08856869c9e8c8b6a1 /src/downloadstab.h
parent3eb64c32e8643a34ce2de07bdb0f2fae2869b69a (diff)
removed setUpdateDelay(false) calls, it's the default
FilterWidget for downloads tab
Diffstat (limited to 'src/downloadstab.h')
-rw-r--r--src/downloadstab.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/downloadstab.h b/src/downloadstab.h
index 3ccdf5f4..ac0cf0e2 100644
--- a/src/downloadstab.h
+++ b/src/downloadstab.h
@@ -1,6 +1,8 @@
#ifndef MODORGANIZER_DOWNLOADTAB_INCLUDED
#define MODORGANIZER_DOWNLOADTAB_INCLUDED
+#include <filterwidget.h>
+
namespace Ui { class MainWindow; }
class OrganizerCore;
class DownloadListWidget;
@@ -25,9 +27,9 @@ private:
OrganizerCore& m_core;
DownloadsTabUi ui;
+ MOBase::FilterWidget m_filter;
void refresh();
- void downloadFilterChanged(const QString &filter);
void resumeDownload(int downloadIndex);
};