summaryrefslogtreecommitdiffstats
path: root/src/core/net/url_request_custom_job_delegate.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-04 13:20:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-13 21:16:28 +0100
commit6b25e22685cfe434bb17db006c33db7341ca7028 (patch)
tree3691ca5d33b3497940fd66e4d44b538367a00622 /src/core/net/url_request_custom_job_delegate.h
parent723a0d074ef96083eecae58d3dbed78339a68402 (diff)
Code-style cleanup in src/core/net
Picking suggested changes for a clang-format run. Change-Id: I3539dee65f153257015af4a8670312e74980a9e4 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core/net/url_request_custom_job_delegate.h')
-rw-r--r--src/core/net/url_request_custom_job_delegate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/net/url_request_custom_job_delegate.h b/src/core/net/url_request_custom_job_delegate.h
index 0ab1a82c7..93ae39e84 100644
--- a/src/core/net/url_request_custom_job_delegate.h
+++ b/src/core/net/url_request_custom_job_delegate.h
@@ -64,7 +64,8 @@ namespace QtWebEngineCore {
class URLRequestCustomJobProxy;
-class Q_WEBENGINECORE_PRIVATE_EXPORT URLRequestCustomJobDelegate : public QObject {
+class Q_WEBENGINECORE_PRIVATE_EXPORT URLRequestCustomJobDelegate : public QObject
+{
Q_OBJECT
public:
~URLRequestCustomJobDelegate();
@@ -84,7 +85,7 @@ public:
QMap<QByteArray, QByteArray> requestHeaders() const;
void reply(const QByteArray &contentType, QIODevice *device);
- void redirect(const QUrl& url);
+ void redirect(const QUrl &url);
void abort();
void fail(Error);