forked from qt-creator/qt-creator
Terminal: Add enable setting
Change-Id: I13cca8b2d4c55df7db29807c1252718e2819ea0b Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -106,7 +106,7 @@ void FileUtils::showInFileSystemView(const FilePath &path)
|
||||
|
||||
void FileUtils::openTerminal(const FilePath &path, const Environment &env)
|
||||
{
|
||||
Terminal::Hooks::instance().openTerminalHook()({std::nullopt, path, env});
|
||||
Terminal::Hooks::instance().openTerminal({std::nullopt, path, env});
|
||||
}
|
||||
|
||||
QString FileUtils::msgFindInDirectory()
|
||||
|
||||
Reference in New Issue
Block a user