src: switched to use only wstring for FilePath::filename and FilePath::extension
This commit is contained in:
@@ -74,7 +74,7 @@ void QtProjectWizzard::newProjectFromCDB(const FilePath& filePath)
|
||||
|
||||
if (m_projectSettings->getProjectFilePath().empty())
|
||||
{
|
||||
m_projectSettings->setProjectFilePath(filePath.withoutExtension().wFileName(), filePath.getParentDirectory());
|
||||
m_projectSettings->setProjectFilePath(filePath.withoutExtension().fileName(), filePath.getParentDirectory());
|
||||
}
|
||||
|
||||
if (!m_contentWidget)
|
||||
|
||||
Reference in New Issue
Block a user