mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 10:35:22 -04:00
moved Network Status Tab from Preferences to NetworkDialog as second tab after Log tab.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1162 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5affea57ae
commit
dbd5b6de39
5 changed files with 205 additions and 155 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
|
||||
void showpeerdetails(std::string id);
|
||||
|
||||
void load();
|
||||
|
||||
public slots:
|
||||
void insertConnect();
|
||||
std::string loadneighbour();
|
||||
|
@ -72,6 +74,7 @@ private slots:
|
|||
void displayInfoLogMenu(const QPoint& pos);
|
||||
|
||||
void getNetworkStatus();
|
||||
void updateNetworkStatus();
|
||||
|
||||
void on_actionTabsright_activated();
|
||||
void on_actionTabsnorth_activated();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue