mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 22:32:34 -04:00
Added new Card View for Posted
This commit is contained in:
parent
ec65341105
commit
54d0d8ab8b
17 changed files with 1591 additions and 49 deletions
|
@ -302,6 +302,11 @@ void PostedItem::fill()
|
|||
|
||||
}
|
||||
|
||||
if (urlarray.isEmpty())
|
||||
{
|
||||
ui->siteLabel->hide();
|
||||
}
|
||||
|
||||
ui->siteLabel->setText(sitestr);
|
||||
|
||||
if(mPost.mImage.mData != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue