From 43acb9c9b1cb239ea2e4e956bf734e8f29b018f4 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 30 Apr 2016 18:16:23 +0100 Subject: Update my clang-format to 3.8.0 Don't sort includes --- src/modules/objects/qthttp/qhttp.cpp | 3 +-- src/modules/objects/qthttp/qhttp.h | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/objects/qthttp') diff --git a/src/modules/objects/qthttp/qhttp.cpp b/src/modules/objects/qthttp/qhttp.cpp index 8dd437451..f6de5e6a5 100644 --- a/src/modules/objects/qthttp/qhttp.cpp +++ b/src/modules/objects/qthttp/qhttp.cpp @@ -234,8 +234,7 @@ protected: QHttpRequestHeader header; private: - union - { + union { QByteArray * ba; QIODevice * dev; } data; diff --git a/src/modules/objects/qthttp/qhttp.h b/src/modules/objects/qthttp/qhttp.h index f40361656..3e622e943 100644 --- a/src/modules/objects/qthttp/qhttp.h +++ b/src/modules/objects/qthttp/qhttp.h @@ -252,7 +252,8 @@ public Q_SLOTS: void ignoreSslErrors(); #endif - Q_SIGNALS : void stateChanged(int); +Q_SIGNALS: + void stateChanged(int); void responseHeaderReceived(const QHttpResponseHeader & resp); void readyRead(const QHttpResponseHeader & resp); -- cgit v1.3.1-10-gc9f91