From 3efd427d2a6c456f1cfbdd73013d8e20cac909ab Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 13 Jan 2018 20:13:10 +0100 Subject: CookieInterceptor, making all cookies session cookies --- src/webengine/webengineprofile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/webengine/webengineprofile.h') diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h index bcf21bc..d0e5ed9 100644 --- a/src/webengine/webengineprofile.h +++ b/src/webengine/webengineprofile.h @@ -11,6 +11,7 @@ #include #include +#include "cookieinterceptor.h" class WebEngineProfile : public QWebEngineProfile { @@ -29,6 +30,8 @@ public: QUrl newtab() const; void setNewtab(const QUrl &url); + void setCookieInterceptor(CookieInterceptor *interceptor); + signals: public slots: -- cgit v1.2.1