#ifndef SYSTEMSTATEINFO #define SYSTEMSTATEINFO #include #include "lpdsgdefine.h" class SystemStateInfo { public: static bool bParamStateFlag; static int rgb; static QSettings setIni; }; #endif // SYSTEMSTATEINFO