File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1132,6 +1132,8 @@ void QgsWmsProvider::tileReplyFinished()
1132
1132
int tileReqNo = reply->request ().attribute ( static_cast <QNetworkRequest::Attribute>( TileReqNo ) ).toInt ();
1133
1133
int tileNo = reply->request ().attribute ( static_cast <QNetworkRequest::Attribute>( TileIndex ) ).toInt ();
1134
1134
QRectF r = reply->request ().attribute ( static_cast <QNetworkRequest::Attribute>( TileRect ) ).toRectF ();
1135
+
1136
+ #ifdef QGISDEBUG
1135
1137
int retry = reply->request ().attribute ( static_cast <QNetworkRequest::Attribute>( TileRetry ) ).toInt ();
1136
1138
1137
1139
#if QT_VERSION >= 0x40500
@@ -1149,6 +1151,7 @@ void QgsWmsProvider::tileReplyFinished()
1149
1151
.arg ( reply->errorString () )
1150
1152
.arg ( reply->url ().toString () )
1151
1153
);
1154
+ #endif
1152
1155
#endif
1153
1156
1154
1157
if ( reply->error () == QNetworkReply::NoError )
You can’t perform that action at this time.
0 commit comments