diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-24 18:42:40 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-24 18:42:40 +0200 |
commit | 1581e94b9ac98f5d385a71a5bfbde81da22da2b2 (patch) | |
tree | 74bd192d5cb344e3e5d10596f7b0d09aced8ca42 /src/mainwindow/subwindow.h | |
parent | Add Session class (diff) | |
download | smolbote-1581e94b9ac98f5d385a71a5bfbde81da22da2b2.tar.xz |
Add ProfileManager
Diffstat (limited to 'src/mainwindow/subwindow.h')
-rw-r--r-- | src/mainwindow/subwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow/subwindow.h b/src/mainwindow/subwindow.h index ac1610a..d5f4f4c 100644 --- a/src/mainwindow/subwindow.h +++ b/src/mainwindow/subwindow.h @@ -30,7 +30,6 @@ public: void setProfile(WebProfile *profile); QJsonObject session() const; - void restoreSession(const QJsonObject &sessionData); signals: void currentViewChanged(WebView *view); |