forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/12.0'
Change-Id: I517dc84e975a570edd363253ad444a01799dbc4b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user