aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/subwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/subwindow.h')
-rw-r--r--src/mainwindow/subwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow/subwindow.h b/src/mainwindow/subwindow.h
index d5f4f4c..e6d7177 100644
--- a/src/mainwindow/subwindow.h
+++ b/src/mainwindow/subwindow.h
@@ -28,6 +28,7 @@ public:
WebView *view(int index) const;
void setProfile(WebProfile *profile);
+ WebProfile *profile() const;
QJsonObject session() const;
@@ -40,7 +41,7 @@ public slots:
void setCurrentTab(int index);
private:
- WebProfile *profile;
+ WebProfile *m_profile;
TabWidget *tabWidget;
QMetaObject::Connection titleConnection;