mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
extended group share keys to Posted
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
adbfa89c7b
commit
6e2df7e0de
11 changed files with 54 additions and 31 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "gui/settings/rsharesettings.h"
|
||||
#include "gui/RetroShareLink.h"
|
||||
#include "gui/gxschannels/GxsChannelShareKey.h"
|
||||
#include "gui/gxs/GxsGroupShareKey.h"
|
||||
#include "gui/common/RSTreeWidget.h"
|
||||
#include "gui/notifyqt.h"
|
||||
#include "gui/common/UIStateHelper.h"
|
||||
|
@ -434,7 +434,7 @@ void GxsGroupFrameDialog::shareKey()
|
|||
|
||||
// QMessageBox::warning(this, "", "ToDo");
|
||||
|
||||
ChannelShareKey shareUi(this, mGroupId, shareKeyType());
|
||||
GroupShareKey shareUi(this, mGroupId, shareKeyType());
|
||||
shareUi.exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue