mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Add double-click to copy IP to clipboard to UI.
This commit is contained in:
parent
77683eda0c
commit
ea4269e0d2
3 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,8 @@ private slots:
|
|||
void on_leaveNetworkButton_clicked();
|
||||
void on_networkIdPushButton_clicked();
|
||||
|
||||
void on_ipListWidget_doubleClicked(const QModelIndex &index);
|
||||
|
||||
private:
|
||||
Ui::NetworkWidget *ui;
|
||||
std::string networkIdStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue