forked from qt-creator/qt-creator
Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectory
... and in some using code. Change-Id: I231ea56628908f7d305d13f07eabe8803fe8a791 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -334,7 +334,7 @@ void CorePlugin::addToPathChooserContextMenu(Utils::PathChooser *pathChooser, QM
|
||||
if (pathChooser->openTerminalHandler())
|
||||
pathChooser->openTerminalHandler()();
|
||||
else
|
||||
FileUtils::openTerminal(pathChooser->filePath().toString());
|
||||
FileUtils::openTerminal(pathChooser->filePath());
|
||||
});
|
||||
menu->insertAction(firstAction, showInTerminal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user