aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms/profileview.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-09-09 12:56:36 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-09-09 12:56:36 +0200
commit28d5a16ffb85550a7dc19e7fe8b945dc35d8cb77 (patch)
tree87f682f2aaa43205452525be10d9446d4590d51c /plugins/ProfileEditor/forms/profileview.h
parentAdd commit template (diff)
downloadsmolbote-28d5a16ffb85550a7dc19e7fe8b945dc35d8cb77.tar.xz
WebProfile: save httpCacheType and persistentCookiesPolicy
Diffstat (limited to 'plugins/ProfileEditor/forms/profileview.h')
-rw-r--r--plugins/ProfileEditor/forms/profileview.h6
1 files changed, 0 insertions, 6 deletions
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