src: switched to use only wstring for FilePath::filename and FilePath::extension
This commit is contained in:
@@ -102,7 +102,7 @@ void QtCodeFileTitleButton::updateTexts()
|
||||
return;
|
||||
}
|
||||
|
||||
std::wstring title = m_filePath.wFileName();
|
||||
std::wstring title = m_filePath.fileName();
|
||||
std::wstring toolTip = L"file: " + m_filePath.wstr();
|
||||
|
||||
if ((!m_filePath.recheckExists()) ||
|
||||
|
||||
Reference in New Issue
Block a user