From 9907b78f249b99b6a4eff4497bc058f4921ec5df Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 23 Jul 2021 10:39:32 +0200 Subject: Clean up coding style in API header files Change-Id: Ifa5892415a1e0b8ce9b6bfa10719aba618e3b799 Reviewed-by: Michal Klocek (cherry picked from commit c9795481c6162f4e7800aa573c37e8a200b46782) Reviewed-by: Qt Cherry-pick Bot --- src/core/api/qwebengineprofile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/api/qwebengineprofile.h') 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(); -- cgit v1.2.1