forked from qt-creator/qt-creator
Core: Use FilePath in ExternalEditor interface
Change-Id: If3360eb7db9cec373551c2eb0fcffaf3bc5460e6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -948,7 +948,7 @@ void MainWindow::openFileWith()
|
||||
if (!editorId.isValid())
|
||||
continue;
|
||||
if (isExternal)
|
||||
EditorManager::openExternalEditor(fileName, editorId);
|
||||
EditorManager::openExternalEditor(FilePath::fromString(fileName), editorId);
|
||||
else
|
||||
EditorManagerPrivate::openEditorWith(FilePath::fromString(fileName), editorId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user