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:
csoler 2014-10-13 18:31:47 +00:00
parent adbfa89c7b
commit 6e2df7e0de
11 changed files with 54 additions and 31 deletions

View file

@ -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();
}