From bdc239d1f827308c0fc1e4c202ed0e3f5c71da0b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 27 Dec 2017 17:06:33 +0100 Subject: Download manager fixes DownloadsWidget - Download widget now in landscape - Download widget no longer docks in the main window, but is a dialog DownloadItemWidget - Download item widget looks more compact - Download details are now a part of the item widgets instead - Download details: save path --- src/widgets/mainwindowmenubar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets/mainwindowmenubar.h') diff --git a/src/widgets/mainwindowmenubar.h b/src/widgets/mainwindowmenubar.h index 9154f67..367525b 100644 --- a/src/widgets/mainwindowmenubar.h +++ b/src/widgets/mainwindowmenubar.h @@ -21,7 +21,6 @@ public: explicit MainWindowMenuBar(std::shared_ptr config, MainWindow *parent = nullptr); QAction *bookmarksAction(); - QAction *downloadsAction(); void setProfileName(const QString &name); private slots: -- cgit v1.2.1