Disabled share key of groups until it's working.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7474 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-07-26 21:18:03 +00:00
parent 2347f9e9b1
commit eacb69f155

View File

@ -450,8 +450,10 @@ void GxsGroupFrameDialog::shareKey()
return; return;
} }
ShareKey shareUi(this, mGroupId.toStdString(), shareKeyType()); QMessageBox::warning(this, "", "ToDo");
shareUi.exec();
// ShareKey shareUi(this, mGroupId.toStdString(), shareKeyType());
// shareUi.exec();
} }
void GxsGroupFrameDialog::loadComment(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId, const QString &title) void GxsGroupFrameDialog::loadComment(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId, const QString &title)