aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-09 17:35:34 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-09 17:35:34 +0100
commit953fb0d3f00a9f49c78eb18d38fb2cf141ff80f0 (patch)
treebd742da6c9612692c1336ba30382385e9fde2a37 /src/mainwindow.h
parentAdded RegExp class for the Blocker (diff)
downloadsmolbote-953fb0d3f00a9f49c78eb18d38fb2cf141ff80f0.tar.xz
Added bookmark dialog
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e217c1f..15e406a 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -32,6 +32,7 @@
#include "webengine/urlinterceptor.h"
#include "forms/blockerdialog.h"
#include "widgets/loadingbar.h"
+#include "forms/bookmarksdialog.h"
namespace Ui {
class MainWindow;
@@ -68,6 +69,8 @@ private:
Browser *browserInstance;
DownloadDialog *downloadManager;
BlockerDialog *blocklistManager;
+ BookmarksDialog *bookmarkManager;
+
QString profileName;
WebEngineProfile *profile = nullptr;