Skip to content

Commit

Permalink
restore retry variable, removed in 4f937ae
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 6, 2013
1 parent 4f937ae commit 97b5b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -1132,6 +1132,7 @@ void QgsWmsProvider::tileReplyFinished()
int tileReqNo = reply->request().attribute( static_cast<QNetworkRequest::Attribute>( TileReqNo ) ).toInt();
int tileNo = reply->request().attribute( static_cast<QNetworkRequest::Attribute>( TileIndex ) ).toInt();
QRectF r = reply->request().attribute( static_cast<QNetworkRequest::Attribute>( TileRect ) ).toRectF();
int retry = reply->request().attribute( static_cast<QNetworkRequest::Attribute>( TileRetry ) ).toInt();

#if QT_VERSION >= 0x40500
QgsDebugMsg( QString( "tile reply %1 (%2) tile:%3(retry %4) rect:%5,%6 %7,%8) fromcache:%9 error:%10 url:%11" )
Expand Down

0 comments on commit 97b5b3f

Please sign in to comment.