diff options
| author | 2016-04-30 18:16:23 +0100 | |
|---|---|---|
| committer | 2016-04-30 18:50:28 +0100 | |
| commit | 43acb9c9b1cb239ea2e4e956bf734e8f29b018f4 (patch) | |
| tree | cd15a3a264d9cd7d34d09fb62587f7555e091daa /src/modules/objects/qthttp | |
| parent | popups: revert part of fa33e18 (diff) | |
| download | KVIrc-43acb9c9b1cb239ea2e4e956bf734e8f29b018f4.tar.gz KVIrc-43acb9c9b1cb239ea2e4e956bf734e8f29b018f4.tar.bz2 KVIrc-43acb9c9b1cb239ea2e4e956bf734e8f29b018f4.zip | |
Update my clang-format to 3.8.0
Don't sort includes
Diffstat (limited to 'src/modules/objects/qthttp')
| -rw-r--r-- | src/modules/objects/qthttp/qhttp.cpp | 3 | ||||
| -rw-r--r-- | src/modules/objects/qthttp/qhttp.h | 3 |
2 files changed, 3 insertions, 3 deletions
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); |
