mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -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
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue