修改c++报错

NanJingYanCao
LAPTOP-S9HJSOEB\昊天 2 years ago
parent e5d5919890
commit 3f9a162abe

@ -5,7 +5,7 @@ QString LogInfo::m_currtDate = QString();
QString LogInfo::m_folderPath = QString();
QFile* LogInfo::m_fileLog = NULL;
char* LogInfo::msgHead[] = {
const char* LogInfo::msgHead[] = {
"Debug ",
"Warning ",
"Critical",

@ -20,7 +20,7 @@ private:
static QString m_currtDate;
static QString m_folderPath;
static QFile* m_fileLog;
static char* msgHead[];
static const char* msgHead[];
};
#endif // LOG_H
Loading…
Cancel
Save