mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 13:33:07 +00:00
10 lines
122 B
C
10 lines
122 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <QSettings>
|
|
#include <QMainWindow>
|
|
|
|
extern QSettings *settings;
|
|
|
|
#endif // MAIN_H
|