renamed members in Helpers.cpp

This commit is contained in:
fourtf
2019-09-18 16:31:51 +02:00
parent ffd63d9407
commit 88d8bf7cec
5 changed files with 16 additions and 15 deletions
@@ -30,8 +30,9 @@ ExternalToolsPage::ExternalToolsPage()
description->setStyleSheet("color: #bbb");
auto links = new QLabel(
createNamedLink("https://streamlink.github.io/", "Website") + " " +
createNamedLink(
formatRichNamedLink("https://streamlink.github.io/", "Website") +
" " +
formatRichNamedLink(
"https://github.com/streamlink/streamlink/releases/latest",
"Download"));
links->setTextFormat(Qt::RichText);