mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-15 17:29: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
|