mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Initialize pointer members, fix typo
This commit is contained in:
parent
138d836b0c
commit
da887bc406
@ -94,6 +94,8 @@ QgsWmsProvider::QgsWmsProvider( QString const& uri, const QgsWmsCapabilities* ca
|
||||
, mGetLegendGraphicScale( 0.0 )
|
||||
, mImageCrs( DEFAULT_LATLON_CRS )
|
||||
, mCachedImage( 0 )
|
||||
, mGetLegendGraphicReply( 0 )
|
||||
, mIdentifyReply( 0 )
|
||||
, mCachedViewExtent( 0 )
|
||||
, mExtentDirty( true )
|
||||
, mTileReqNo( 0 )
|
||||
@ -3098,7 +3100,7 @@ void QgsWmsProvider::getLegendGraphicReplyFinished()
|
||||
#ifdef QGISDEBUG
|
||||
QString filename = QDir::tempPath() + "/GetLegendGraphic.png";
|
||||
mGetLegendGraphicImage.save( filename );
|
||||
QgsDebugMsg( "saved GetLegendGraphic result in debug ile: " + filename );
|
||||
QgsDebugMsg( "saved GetLegendGraphic result in debug file: " + filename );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user