From: tobtoht Date: Thu, 5 Oct 2023 21:14:30 +0000 (+0200) Subject: revuo: add link to whole issue X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=48cdd216acefd607b55eb8d13b1b94c29675bbed;p=gamesguru%2Ffeather.git revuo: add link to whole issue --- diff --git a/src/plugins/revuo/RevuoWidget.cpp b/src/plugins/revuo/RevuoWidget.cpp index 576d7e7f..983f6736 100644 --- a/src/plugins/revuo/RevuoWidget.cpp +++ b/src/plugins/revuo/RevuoWidget.cpp @@ -38,7 +38,8 @@ void RevuoWidget::updateItems(const QList> &items) { for (const auto &newsbyte : item->newsbytes) { text += "

• " + newsbyte + "

\n"; } - text += "
\nEnjoy Revuo? Consider a donation to the author."; + text += QString("
\nRead the whole issue in your browser").arg(item->url); + text += "

\nEnjoy Revuo? Consider a donation to the author."; m_items[item->title] = text; m_links[item->title] = item->url;