mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Use propper basename in extension replace
This commit is contained in:
parent
3244dd675d
commit
47d9eea1af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user