mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
Display the full URL
There was no way to see the full URL, only the site
This commit is contained in:
parent
1732177669
commit
9385f0c8c1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue