mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +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);
|
QFileInfo fi(fileName);
|
||||||
QDir dir(fi.absoluteDir());
|
QDir dir(fi.absoluteDir());
|
||||||
QString basename(fi.baseName());
|
QString basename(fi.completeBaseName());
|
||||||
|
|
||||||
|
|
||||||
// Get the transformation from the WLD file
|
// Get the transformation from the WLD file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user