diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-02 17:12:04 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-02 17:12:04 -0700 |
| commit | f0223490becc9bba82297cd6316c87d2f89f2052 (patch) | |
| tree | c8ceec0a71c3953377c463a6a2844c4c96622560 /ZeroTierUI/mainwindow.h | |
| parent | 81e56904104c45beb17e574eb1691a864cd91bb2 (diff) | |
| download | infinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.tar.gz infinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.zip | |
Make GUI work with new control client API, make control client look for user authtoken.secret if system unreadable.
Diffstat (limited to 'ZeroTierUI/mainwindow.h')
| -rw-r--r-- | ZeroTierUI/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZeroTierUI/mainwindow.h b/ZeroTierUI/mainwindow.h index 196ea9b5..c2666175 100644 --- a/ZeroTierUI/mainwindow.h +++ b/ZeroTierUI/mainwindow.h @@ -49,7 +49,7 @@ class MainWindow; // Globally visible instance of local client for communicating with ZT1 // Can be null if not connected, or will point to current -extern ZeroTier::Node::LocalClient *zeroTierClient; +extern ZeroTier::Node::NodeControlClient *zeroTierClient; // Globally visible pointer to main app window extern QMainWindow *mainWindow; |
