src: switched to use only wstring for FilePath::filename and FilePath::extension
This commit is contained in:
@@ -116,7 +116,7 @@ void ProjectSettings::setProjectFilePath(std::wstring projectName, const FilePat
|
||||
|
||||
std::wstring ProjectSettings::getProjectName() const
|
||||
{
|
||||
return getFilePath().withoutExtension().wFileName();
|
||||
return getFilePath().withoutExtension().fileName();
|
||||
}
|
||||
|
||||
FilePath ProjectSettings::getProjectDirectoryPath() const
|
||||
|
||||
Reference in New Issue
Block a user