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/upnp | |
| 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/upnp')
| -rw-r--r-- | src/modules/upnp/Service.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/upnp/Service.cpp b/src/modules/upnp/Service.cpp index e0547bfc2..2b0d87d4e 100644 --- a/src/modules/upnp/Service.cpp +++ b/src/modules/upnp/Service.cpp @@ -233,7 +233,8 @@ namespace UPnP QByteArray response = reply->readAll(); QDomDocument xml; - qDebug() << "Response:\n" << response << "\n---\n"; + qDebug() << "Response:\n" + << response << "\n---\n"; // Parse the XML QString errorMessage; |
