mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed compilation error.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fa2c4d5001
commit
e2cf4feaa5
1 changed files with 4 additions and 0 deletions
|
@ -273,6 +273,8 @@ void GxsChannelPostItem::loadPost(const RsGxsChannelPost &post)
|
|||
{
|
||||
commentButton->show();
|
||||
|
||||
// THIS CODE IS doesn't compile - disabling until fixed.
|
||||
#if 0
|
||||
if (post.mComments)
|
||||
{
|
||||
QString commentText = QString::number(post.mComments);
|
||||
|
@ -284,6 +286,8 @@ void GxsChannelPostItem::loadPost(const RsGxsChannelPost &post)
|
|||
{
|
||||
commentButton->setText(tr("Comment"));
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue