From 28d5a16ffb85550a7dc19e7fe8b945dc35d8cb77 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 9 Sep 2018 12:56:36 +0200 Subject: WebProfile: save httpCacheType and persistentCookiesPolicy --- plugins/ProfileEditor/forms/profileview.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/ProfileEditor/forms/profileview.h') diff --git a/plugins/ProfileEditor/forms/profileview.h b/plugins/ProfileEditor/forms/profileview.h index 6c77982..7d90109 100644 --- a/plugins/ProfileEditor/forms/profileview.h +++ b/plugins/ProfileEditor/forms/profileview.h @@ -30,10 +30,7 @@ public: explicit ProfileView(WebProfile *profile, QWidget *parent = nullptr); ~ProfileView() override; - bool isChanged() const; - private slots: - void loadSettings(QWebEngineSettings *settings); void loadCookies(QWebEngineCookieStore *store); void cookieAdded(const QNetworkCookie &cookie); @@ -42,9 +39,6 @@ private slots: private: Ui::ProfileView *ui; WebProfile *m_profile; - bool m_isChanged = false; - - void connectSetting(QCheckBox *checkBox, QWebEngineSettings *settings, QWebEngineSettings::WebAttribute attr); }; #endif // PROFILEDIALOG_H -- cgit v1.2.1