From e2cf4feaa5eba6c9679cd7e61986b1b31183a64f Mon Sep 17 00:00:00 2001 From: drbob Date: Mon, 7 Apr 2014 13:12:57 +0000 Subject: [PATCH] fixed compilation error. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7253 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp index ad627fb01..d061de549 100644 --- a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp +++ b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp @@ -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 {