Avoid warning

This commit is contained in:
Nyall Dawson 2015-07-09 10:56:33 +10:00
parent 4f29c58e43
commit e7410ed7d2

View File

@ -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();