aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-14 17:55:00 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-14 17:55:00 +0100
commit883a502cc1cee3b596cef9645a6832804d6cb67f (patch)
treefa137ec26a2965ac6f16272841f75d4945e1f571 /src/mainwindow.h
parentSettings changes (diff)
downloadsmolbote-883a502cc1cee3b596cef9645a6832804d6cb67f.tar.xz
Global bookmarks and downloads dialogs
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;