Bunch more control plane work, and shelve old UI -- React FTW.

This commit is contained in:
Adam Ierymenko
2015-04-14 13:56:28 -07:00
parent a2605561af
commit 1cfa67bbdd
43 changed files with 233 additions and 120 deletions

9
attic/ZeroTierUI/main.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef MAIN_H
#define MAIN_H
#include <QSettings>
#include <QMainWindow>
extern QSettings *settings;
#endif // MAIN_H