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 nyalldawson committed Apr 18, 2021
1 parent 3e031d8 commit d1a8051
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 d1a8051

Please sign in to comment.