Display the full URL

There was no way to see the full URL, only the site
This commit is contained in:
hunbernd 2019-10-02 13:45:17 +02:00
parent 1732177669
commit 9385f0c8c1

View File

@ -306,7 +306,7 @@ void PostedItem::fill()
urlstr += messageName();
urlstr += QString(" </span></a>");
QString siteurl = url.scheme() + "://" + url.host();
QString siteurl = url.toEncoded();
sitestr = QString("<a href=\"%1\" ><span style=\" text-decoration: underline; color:#0079d3;\"> %2 </span></a>").arg(siteurl).arg(siteurl);
ui->titleLabel->setText(urlstr);