mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Use propper basename in extension replace
This commit is contained in:
@ -15,7 +15,7 @@ WorldFileMap::WorldFileMap(const QString &fileName, const Projection &proj,
|
||||
{
|
||||
QFileInfo fi(fileName);
|
||||
QDir dir(fi.absoluteDir());
|
||||
QString basename(fi.baseName());
|
||||
QString basename(fi.completeBaseName());
|
||||
|
||||
|
||||
// Get the transformation from the WLD file
|
||||
|
Reference in New Issue
Block a user