We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c735e5 commit 2d7de78Copy full SHA for 2d7de78
src/providers/wms/qgswmsprovider.cpp
@@ -724,8 +724,9 @@ void QgsWmsProvider::tileReplyFinished()
724
mCacheHits++;
725
else
726
mCacheMisses++;
727
-
728
- QgsDebugMsgLevel( "headers:", 3 );
+#endif
+#if defined(QGISDEBUG) && (QT_VERSION >= 0x40700)
729
+ QgsDebugMsgLevel( "raw headers:", 3 );
730
foreach( const QNetworkReply::RawHeaderPair &pair, reply->rawHeaderPairs() )
731
{
732
QgsDebugMsgLevel( QString( " %1:%2" )
0 commit comments