内存错误调完了

This commit is contained in:
Mike Solar
2023-07-30 13:57:54 +08:00
parent 0483fe84f9
commit 6255beecea
9 changed files with 55 additions and 45 deletions

View File

@ -32,7 +32,7 @@ typedef struct {
QString title_color;
QString title_cover_color;
}basic;
QList<Menu> *menus;
QList<Menu> menus;
}ConfigResponse;
class RequestBodyBase:public QObject{