Compilation fix. Rs compiles now, group and message creation work ok, more testing to do still

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7192 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2014-03-20 11:26:53 +00:00
parent 5b472c34e2
commit e2c8c6e141
9 changed files with 14 additions and 14 deletions

View file

@ -370,7 +370,7 @@ void GxsChannelDialog::openChat(const RsPeerId & /*peerId*/)
void GxsChannelDialog::editChannelDetail()
{
if (mChannelId.empty()) {
if (mChannelId.isNull()) {
return;
}
@ -799,7 +799,7 @@ void GxsChannelDialog::subscribeChannel()
void GxsChannelDialog::showChannelDetails()
{
if (mChannelId.empty()) {
if (mChannelId.isNull()) {
return;
}