Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.81 KB | None | 0 0
  1. diff --git a/src/network/access/http2/http2protocol.cpp b/src/network/access/http2/http2protocol.cpp
  2. index 0290f9ac00..61b5148e1c 100644
  3. --- a/src/network/access/http2/http2protocol.cpp
  4. +++ b/src/network/access/http2/http2protocol.cpp
  5. @@ -50,7 +50,6 @@
  6.  
  7.  QT_BEGIN_NAMESPACE
  8.  
  9. -Q_LOGGING_CATEGORY(QT_HTTP2, "qt.network.http2")
  10.  
  11.  namespace Http2
  12.  {
  13. diff --git a/src/network/access/qhttp2configuration.cpp b/src/network/access/qhttp2configuration.cpp
  14. index a32bccfd09..6a2ab52573 100644
  15. --- a/src/network/access/qhttp2configuration.cpp
  16. +++ b/src/network/access/qhttp2configuration.cpp
  17. @@ -46,6 +46,9 @@
  18.  
  19.  QT_BEGIN_NAMESPACE
  20.  
  21. +Q_LOGGING_CATEGORY(QT_HTTP2, "qt.network.http2")
  22. +
  23. +
  24.  /*!
  25.      \class QHttp2Configuration
  26.      \brief The QHttp2Configuration class controls HTTP/2 parameters and settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement