Start the CreateLobbyDialog from the list of chat lobbies with the privacy level of the selected item.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4866 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-01-30 23:20:42 +00:00
parent 75f152a21f
commit 55d53e6dd4
3 changed files with 27 additions and 5 deletions

View file

@ -7,11 +7,12 @@
class CreateLobbyDialog : public QDialog {
Q_OBJECT
public:
/*
*@param chanId The channel id to send request for
*/
CreateLobbyDialog(const std::list<std::string>& friends_list,QWidget *parent = 0, Qt::WFlags flags = 0);
CreateLobbyDialog(const std::list<std::string>& friends_list, int privacyLevel = 0, QWidget *parent = 0, Qt::WFlags flags = 0);
~CreateLobbyDialog();
protected: