mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-01 04:46:47 -05:00
fixed initing of profile passphrase for friend server manager
This commit is contained in:
parent
763eeffe25
commit
eefbd8a710
6 changed files with 107 additions and 58 deletions
|
|
@ -22,9 +22,10 @@
|
|||
|
||||
#include <QGraphicsScene>
|
||||
|
||||
#include "retroshare-gui/mainpage.h"
|
||||
#include "ui_FriendServerControl.h"
|
||||
|
||||
class FriendServerControl : public QWidget, public Ui::FriendServerControl
|
||||
class FriendServerControl : public MainPage, public Ui::FriendServerControl
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
@ -37,7 +38,6 @@ protected slots:
|
|||
void onOnionAddressEdit(const QString&);
|
||||
void onOnionPortEdit(int);
|
||||
void onNbFriendsToRequestsChanged(int n);
|
||||
void updateTorProxyInfo();
|
||||
void checkServerAddress();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue