mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-29 17:28:52 +00:00
9 lines
99 B
C
9 lines
99 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <QSettings>
|
|
|
|
extern QSettings *settings;
|
|
|
|
#endif // MAIN_H
|