src: switched to use only wstring for FilePath::filename and FilePath::extension
This commit is contained in:
@@ -40,7 +40,7 @@ void CodeController::handleMessage(MessageActivateAll* message)
|
||||
}
|
||||
|
||||
CodeSnippetParams statsSnippet;
|
||||
statsSnippet.title = currentProject->getProjectSettingsFilePath().withoutExtension().wFileName();
|
||||
statsSnippet.title = currentProject->getProjectSettingsFilePath().withoutExtension().fileName();
|
||||
|
||||
statsSnippet.startLineNumber = 1;
|
||||
statsSnippet.endLineNumber = 1;
|
||||
|
||||
Reference in New Issue
Block a user