aboutsummaryrefslogtreecommitdiff
path: root/lib/downloads/downloadswidget.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-13 16:58:53 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-13 16:58:53 +0200
commit686f58c997dce499ab90c7ba035e2c387ab96ec4 (patch)
tree579e80a5d6dd5dfee16aa15e7ff511c29c42464a /lib/downloads/downloadswidget.h
parentNew window action (diff)
downloadsmolbote-686f58c997dce499ab90c7ba035e2c387ab96ec4.tar.xz
Download widget item tooltip
Simplified ElidedLabel
Diffstat (limited to 'lib/downloads/downloadswidget.h')
-rw-r--r--lib/downloads/downloadswidget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/downloads/downloadswidget.h b/lib/downloads/downloadswidget.h
index f7c25bb..dcf13d1 100644
--- a/lib/downloads/downloadswidget.h
+++ b/lib/downloads/downloadswidget.h
@@ -28,9 +28,6 @@ public:
public slots:
void addDownload(QWebEngineDownloadItem *item);
-protected:
- void resizeEvent(QResizeEvent *event) override;
-
private:
Ui::DownloadDialog *ui;
QString m_downloadPath;