Skip to content

Commit e7410ed

Browse files
committedJul 9, 2015
Avoid warning
1 parent 4f29c58 commit e7410ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/wms/qgswmsprovider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,6 +3122,7 @@ void QgsWmsProvider::getLegendGraphicReplyFinished( const QImage& img )
31223122

31233123
void QgsWmsProvider::getLegendGraphicReplyErrored( const QString& message )
31243124
{
3125+
Q_UNUSED( message );
31253126
QgsDebugMsg( QString( "get legend failed: %1" ).arg( message ) );
31263127

31273128
QObject* reply = sender();

0 commit comments

Comments
 (0)
Please sign in to comment.