diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-08-19 17:42:17 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-08-19 17:42:17 -0700 |
| commit | 351b7f3a09cfffa04dc5b62349806f256b9f3d2d (patch) | |
| tree | 8d91b60f6eaf06892e32a749ab54ec20eff35e36 /ZeroTierUI/networkwidget.h | |
| parent | 721625d51248bb7152bce7ed9b5eadab324d43dd (diff) | |
| download | infinitytier-351b7f3a09cfffa04dc5b62349806f256b9f3d2d.tar.gz infinitytier-351b7f3a09cfffa04dc5b62349806f256b9f3d2d.zip | |
UI stuff and sign .dmg on build.
Diffstat (limited to 'ZeroTierUI/networkwidget.h')
| -rw-r--r-- | ZeroTierUI/networkwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZeroTierUI/networkwidget.h b/ZeroTierUI/networkwidget.h index dc4d965f..2fb85bca 100644 --- a/ZeroTierUI/networkwidget.h +++ b/ZeroTierUI/networkwidget.h @@ -50,6 +50,7 @@ public: void setNetworkType(const std::string &type); void setNetworkDeviceName(const std::string &dev); void setIps(const std::string &commaSeparatedList); + void setMAC(const std::string &mac); const std::string &networkId(); |
