aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/window.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 11:42:09 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 11:42:09 +0200
commitc299a5e9c1ce2cd7af2eb02645993b21b9448f34 (patch)
treecd74c10814014d5f86cfc253d59d1920df238f9e /src/mainwindow/window.h
parentRemove Window::addTab(WebView *view) (diff)
downloadsmolbote-c299a5e9c1ce2cd7af2eb02645993b21b9448f34.tar.xz
Changing Window profile
Diffstat (limited to 'src/mainwindow/window.h')
-rw-r--r--src/mainwindow/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow/window.h b/src/mainwindow/window.h
index a569214..6431466 100644
--- a/src/mainwindow/window.h
+++ b/src/mainwindow/window.h
@@ -27,6 +27,8 @@ public:
WebView *currentView();
WebView *view(int index) const;
+ void setProfile(WebProfile *profile);
+
QJsonObject session() const;
void restoreSession(const QJsonObject &sessionData);