UI cleanup and license dialog.

This commit is contained in:
Adam Ierymenko 2014-01-17 10:36:58 -08:00
parent 866edd41a7
commit 8be664cca9
12 changed files with 380 additions and 59 deletions

8
ZeroTierUI/main.h Normal file
View file

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