aboutsummaryrefslogtreecommitdiff
path: root/src/lib/downloads/downloadswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/downloads/downloadswidget.h')
-rw-r--r--src/lib/downloads/downloadswidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/downloads/downloadswidget.h b/src/lib/downloads/downloadswidget.h
index 30bfa38..8c9ea21 100644
--- a/src/lib/downloads/downloadswidget.h
+++ b/src/lib/downloads/downloadswidget.h
@@ -27,6 +27,9 @@ public:
public slots:
void addDownload(QWebEngineDownloadItem *item);
+protected:
+ void resizeEvent(QResizeEvent *event) override;
+
private:
Ui::DownloadDialog *ui;
QString m_downloadPath;