diff options
Diffstat (limited to 'plugins/ProfileEditor/forms/profileview.h')
-rw-r--r-- | plugins/ProfileEditor/forms/profileview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ProfileEditor/forms/profileview.h b/plugins/ProfileEditor/forms/profileview.h index 5ff472b..d05b0f1 100644 --- a/plugins/ProfileEditor/forms/profileview.h +++ b/plugins/ProfileEditor/forms/profileview.h @@ -33,6 +33,9 @@ public: private slots: void loadCookies(QWebEngineCookieStore *store); + void headerChanged(const QString &name, const QString &value); + void headerRemoved(const QString &name); + void cookieAdded(const QNetworkCookie &cookie); void cookieRemoved(const QNetworkCookie &cookie); |