Skip to content

Commit

Permalink
switch from baseName to completeBaseName
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlersfan authored and github-actions[bot] committed Apr 17, 2021
1 parent 524bfe9 commit d030a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutmanagerdialog.cpp
Expand Up @@ -200,7 +200,7 @@ QMap<QString, QString> QgsLayoutManagerDialog::templatesFromPath( const QString
{
if ( info.suffix().compare( QLatin1String( "qpt" ), Qt::CaseInsensitive ) == 0 )
{
templateMap.insert( info.baseName(), info.absoluteFilePath() );
templateMap.insert( info.completeBaseName(), info.absoluteFilePath() );
}
}
return templateMap;
Expand Down

0 comments on commit d030a91

Please sign in to comment.