mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Add configuration age to listnetworks results and GUI.
This commit is contained in:
parent
31d718c4a4
commit
4296db2358
9 changed files with 130 additions and 57 deletions
|
@ -45,8 +45,7 @@ protected:
|
|||
private slots:
|
||||
void on_joinNetworkButton_clicked();
|
||||
void on_actionAbout_triggered();
|
||||
void on_actionJoin_Network_triggered();
|
||||
void on_networkIdLineEdit_textChanged(const QString &arg1);
|
||||
void on_networkIdLineEdit_textChanged(const QString &text);
|
||||
void on_statusAndAddressButton_clicked();
|
||||
|
||||
private:
|
||||
|
@ -56,6 +55,7 @@ private:
|
|||
QString myStatus;
|
||||
QString myVersion;
|
||||
unsigned int numPeers;
|
||||
unsigned int cyclesSinceResponseFromService;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue