From 1581e94b9ac98f5d385a71a5bfbde81da22da2b2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 24 Jun 2018 18:42:40 +0200 Subject: Add ProfileManager --- src/mainwindow/subwindow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow/subwindow.h') 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); -- cgit v1.2.1