mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
feat(#62838): no explicit assignment
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
This commit is contained in:
parent
709e9b6e71
commit
03b4caab1a
@ -58,7 +58,7 @@ void QgsStacObjectDetailsDialog::setContentFromStacObject( QgsStacObject *stacOb
|
||||
|
||||
void QgsStacObjectDetailsDialog::setContentFromStacAsset( const QString &assetId, const QgsStacAsset *stacAsset )
|
||||
{
|
||||
QString thumbnailHtml = QString( "" );
|
||||
QString thumbnailHtml;
|
||||
if ( isThumbnailAsset( stacAsset ) )
|
||||
{
|
||||
thumbnailHtml = thumbnailHtmlContent( stacAsset );
|
||||
|
Loading…
x
Reference in New Issue
Block a user