aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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;