Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid warning
  • Loading branch information
nyalldawson committed Jul 9, 2015
1 parent 4f29c58 commit e7410ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -3122,6 +3122,7 @@ void QgsWmsProvider::getLegendGraphicReplyFinished( const QImage& img )

void QgsWmsProvider::getLegendGraphicReplyErrored( const QString& message )
{
Q_UNUSED( message );
QgsDebugMsg( QString( "get legend failed: %1" ).arg( message ) );

QObject* reply = sender();
Expand Down

0 comments on commit e7410ed

Please sign in to comment.