Add security notice the first time a user joins a public network.

This commit is contained in:
Adam Ierymenko 2014-02-05 12:38:37 -08:00
commit 3f6152806f
9 changed files with 186 additions and 7 deletions

View file

@ -51,6 +51,9 @@ class MainWindow;
// Can be null if not connected, or will point to current
extern ZeroTier::Node::LocalClient *zeroTierClient;
// Globally visible pointer to main app window
extern QMainWindow *mainWindow;
class MainWindow : public QMainWindow
{
Q_OBJECT