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, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 351a794..e4c1a1f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -29,7 +29,8 @@
#include <QUrl>
#include "widgets/webviewtabbar.h"
#include "forms/downloaddialog.h"
-#include "webengine/adblockinterceptor.h"
+#include "webengine/urlinterceptor.h"
+#include "forms/blockerdialog.h"
namespace Ui {
class MainWindow;
@@ -66,6 +67,7 @@ private slots:
private:
Browser *browserInstance;
DownloadDialog *downloadManager;
+ BlockerDialog *blocklistManager;
QString profileName;
WebEngineProfile *profile = nullptr;