aboutsummaryrefslogtreecommitdiff
path: root/src/downloadmanagerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadmanagerwidget.h')
-rw-r--r--src/downloadmanagerwidget.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/downloadmanagerwidget.h b/src/downloadmanagerwidget.h
index 76464e8..8367041 100644
--- a/src/downloadmanagerwidget.h
+++ b/src/downloadmanagerwidget.h
@@ -51,10 +51,13 @@
#ifndef DOWNLOADMANAGERWIDGET_H
#define DOWNLOADMANAGERWIDGET_H
+#include "settingsmanager.h"
#include "ui_downloadmanagerwidget.h"
-
#include "utils.h"
-#include <QSettings>
+
+#include <QFileDialog>
+#include <QStandardPaths>
+#include <QWebEngineDownloadItem>
#include <QWidget>
QT_BEGIN_NAMESPACE
@@ -89,7 +92,6 @@ private:
void remove(DownloadWidget *downloadWidget);
int m_numDownloads;
- QSettings settings;
};
#endif // DOWNLOADMANAGERWIDGET_H