mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
implemented publish key sharing between peers for channels.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7582 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1d6bf4190e
commit
d0469ccfc3
22 changed files with 511 additions and 57 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "gui/settings/rsharesettings.h"
|
||||
#include "gui/RetroShareLink.h"
|
||||
#include "gui/channels/ShareKey.h"
|
||||
#include "gui/gxschannels/GxsChannelShareKey.h"
|
||||
#include "gui/common/RSTreeWidget.h"
|
||||
#include "gui/notifyqt.h"
|
||||
#include "gui/common/UIStateHelper.h"
|
||||
|
@ -432,10 +432,10 @@ void GxsGroupFrameDialog::shareKey()
|
|||
return;
|
||||
}
|
||||
|
||||
QMessageBox::warning(this, "", "ToDo");
|
||||
// QMessageBox::warning(this, "", "ToDo");
|
||||
|
||||
// ShareKey shareUi(this, mGroupId.toStdString(), shareKeyType());
|
||||
// shareUi.exec();
|
||||
ChannelShareKey shareUi(this, mGroupId, shareKeyType());
|
||||
shareUi.exec();
|
||||
}
|
||||
|
||||
void GxsGroupFrameDialog::loadComment(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId, const QString &title)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue