mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -273,6 +273,8 @@ void GxsChannelPostItem::loadPost(const RsGxsChannelPost &post)
|
|||||||
{
|
{
|
||||||
commentButton->show();
|
commentButton->show();
|
||||||
|
|
||||||
|
// THIS CODE IS doesn't compile - disabling until fixed.
|
||||||
|
#if 0
|
||||||
if (post.mComments)
|
if (post.mComments)
|
||||||
{
|
{
|
||||||
QString commentText = QString::number(post.mComments);
|
QString commentText = QString::number(post.mComments);
|
||||||
@ -284,6 +286,8 @@ void GxsChannelPostItem::loadPost(const RsGxsChannelPost &post)
|
|||||||
{
|
{
|
||||||
commentButton->setText(tr("Comment"));
|
commentButton->setText(tr("Comment"));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user