mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Avoid warning
This commit is contained in:
parent
4f29c58e43
commit
e7410ed7d2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user