aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-12 19:57:00 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-12 19:57:00 +0100
commit8c30d0d5f0ab93c44b6957040fd0a2b3b7749faa (patch)
tree94500815f9734492c3c61d97aca1b0c4bbcddcd3 /src/mainwindow.h
parentMinor bugfixes (diff)
downloadsmolbote-8c30d0d5f0ab93c44b6957040fd0a2b3b7749faa.tar.xz
Profile config loading and saving
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a5709e9..35d7a1d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -5,7 +5,7 @@
#include <QToolBar>
#include <QLineEdit>
#include <QWebEngineView>
-#include <QWebEngineProfile>
+#include "webengine/webengineprofile.h"
#include <QUrl>
#include "widgets/webviewtabbar.h"
@@ -39,7 +39,8 @@ private slots:
private:
Browser *browserInstance;
- QWebEngineProfile *profile;
+ QString profileName;
+ WebEngineProfile *profile;
// ui
Ui::MainWindow *ui;