2
0

main.h 99 B

12345678
  1. #ifndef MAIN_H
  2. #define MAIN_H
  3. #include <QSettings>
  4. extern QSettings *settings;
  5. #endif // MAIN_H