summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qwebengineprofile.h')
-rw-r--r--src/core/api/qwebengineprofile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/api/qwebengineprofile.h b/src/core/api/qwebengineprofile.h
index 84e37b322..5e8deb216 100644
--- a/src/core/api/qwebengineprofile.h
+++ b/src/core/api/qwebengineprofile.h
@@ -62,7 +62,8 @@ class QWebEngineScriptCollection;
class QWebEngineUrlRequestInterceptor;
class QWebEngineUrlSchemeHandler;
-class Q_WEBENGINECORE_EXPORT QWebEngineProfile : public QObject {
+class Q_WEBENGINECORE_EXPORT QWebEngineProfile : public QObject
+{
Q_OBJECT
public:
explicit QWebEngineProfile(QObject *parent = nullptr);
@@ -107,7 +108,7 @@ public:
int httpCacheMaximumSize() const;
void setHttpCacheMaximumSize(int maxSize);
- QWebEngineCookieStore* cookieStore();
+ QWebEngineCookieStore *cookieStore();
void setUrlRequestInterceptor(QWebEngineUrlRequestInterceptor *interceptor);
void clearAllVisitedLinks();