diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.h b/retroshare-gui/src/gui/connect/ConnectFriendWizard.h index 54eb71062..2bd69f882 100755 --- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.h +++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.h @@ -90,13 +90,15 @@ private slots: void inviteAol(); void inviteYandex(); + void toggleAdvanced(); private: // returns the translated error string for the error code (to be found in rspeers.h) QString getErrorString(uint32_t) ; void updateStylesheet(); void setTitleText(QWizardPage *page, const QString &title); - + bool AdvancedVisible; + private: bool error; RsPeerDetails peerDetails;