feat(#62838): no explicit assignment

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
This commit is contained in:
Tom Christian 2025-09-29 13:04:17 -07:00 committed by Tom Christian
parent 709e9b6e71
commit 03b4caab1a
No known key found for this signature in database
GPG Key ID: 0CC611E0CD80A370

View File

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