aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index bee1aab..a93935b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -28,11 +28,9 @@
#include "webengine/webengineprofile.h"
#include <QUrl>
#include "widgets/webviewtabbar.h"
-#include "forms/downloaddialog.h"
#include "webengine/urlinterceptor.h"
#include "forms/blockerdialog.h"
#include "widgets/loadingbar.h"
-#include "forms/bookmarksdialog.h"
namespace Ui {
class MainWindow;
@@ -66,9 +64,7 @@ private slots:
void handleTitleUpdated(const QString &title);
private:
- DownloadDialog *downloadManager;
BlockerDialog *blocklistManager;
- BookmarksDialog *bookmarkManager;
QString profileName;
WebEngineProfile *profile = nullptr;