From eca5159e12288e1b4ee7d2d52f0475ca6433a0eb Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 24 Aug 2018 15:13:47 +0200 Subject: Downloads: prevent download widget width from exceeding download list width Downloads: add open button --- lib/downloads/widgets/downloaditemwidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/downloads/widgets/downloaditemwidget.h') diff --git a/lib/downloads/widgets/downloaditemwidget.h b/lib/downloads/widgets/downloaditemwidget.h index 29a02d6..db4dc8e 100644 --- a/lib/downloads/widgets/downloaditemwidget.h +++ b/lib/downloads/widgets/downloaditemwidget.h @@ -25,8 +25,6 @@ public: explicit DownloadItemWidget(QWebEngineDownloadItem *item, QWidget *parent = 0); ~DownloadItemWidget() override; - QString sizeString(int size) const; - private slots: void updateState(QWebEngineDownloadItem::DownloadState state); void updateProgress(qint64 value, qint64 total); -- cgit v1.2.1