diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-30 15:21:22 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-30 15:21:22 +0200 |
commit | 5f0a8b4d3a5ac5dd01d8fb2f9d58e6b6ac35d576 (patch) | |
tree | 57b88aeac842a4b04d0d11f93e166750c88696b7 /src/mainwindow/window.h | |
parent | Fix poi-config crashing (diff) | |
download | smolbote-5f0a8b4d3a5ac5dd01d8fb2f9d58e6b6ac35d576.tar.xz |
Window::session
Diffstat (limited to 'src/mainwindow/window.h')
-rw-r--r-- | src/mainwindow/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow/window.h b/src/mainwindow/window.h index cdc504c..22955b8 100644 --- a/src/mainwindow/window.h +++ b/src/mainwindow/window.h @@ -23,6 +23,8 @@ public: ~Window() override; WebView *currentView(); + QJsonObject session() const; + void restoreSession(const QJsonObject &sessionData); signals: void currentViewChanged(WebView *view); |