#ifndef COMMON_H
#define COMMON_H
#include <QString>
struct BackLightInfo {
QString name;
int curBrightness;
int maxBrightness;
};
#endif // COMMON_H