Merge remote-tracking branch 'origin/12.0'

Change-Id: I517dc84e975a570edd363253ad444a01799dbc4b
This commit is contained in:
Eike Ziller
2023-11-06 10:51:11 +01:00
7 changed files with 127 additions and 92 deletions

View File

@@ -472,7 +472,7 @@ void TerminalWidget::linkActivated(const Link &link)
FilePath filePath = FilePath::fromUserInput(link.text);
if (filePath.scheme().toString().startsWith("http")) {
QDesktopServices::openUrl(filePath.toUrl());
QDesktopServices::openUrl(QUrl::fromUserInput(link.text));
return;
}