aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/subwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-26 19:51:52 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-26 19:51:52 +0200
commit5825451aef1a762bfaeff2d37c09b3790deee7b1 (patch)
tree75feca7f6483e25d9bd920645e6044d3bb22966b /src/mainwindow/subwindow.h
parentUpdate pkgbuild (diff)
downloadsmolbote-5825451aef1a762bfaeff2d37c09b3790deee7b1.tar.xz
Socket messages are json formatted
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;