mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
2347f9e9b1
commit
eacb69f155
@ -450,8 +450,10 @@ void GxsGroupFrameDialog::shareKey()
|
||||
return;
|
||||
}
|
||||
|
||||
ShareKey shareUi(this, mGroupId.toStdString(), shareKeyType());
|
||||
shareUi.exec();
|
||||
QMessageBox::warning(this, "", "ToDo");
|
||||
|
||||
// ShareKey shareUi(this, mGroupId.toStdString(), shareKeyType());
|
||||
// shareUi.exec();
|
||||
}
|
||||
|
||||
void GxsGroupFrameDialog::loadComment(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId, const QString &title)
|
||||
|
Loading…
Reference in New Issue
Block a user