mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed clickable links in forum message feed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5085 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
665b7fbf47
commit
681ec848e0
@ -218,7 +218,7 @@ void ForumMsgItem::updateItemStatic()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* header stuff */
|
/* header stuff */
|
||||||
subjectLabel->setText(ForumsDialog::titleFromInfo(msg));
|
subjectLabel->setText(link.toHtml());
|
||||||
//srcLabel->setText(QString::fromStdString(msg.srcId));
|
//srcLabel->setText(QString::fromStdString(msg.srcId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -96,6 +96,9 @@ border-radius: 10px}</string>
|
|||||||
<property name="openExternalLinks">
|
<property name="openExternalLinks">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="textInteractionFlags">
|
||||||
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user