Commit d6955937b758b0c1755721c41ac19f7d2be62b87
1 parent
cd944569cc
Exists in
master
and in
2 other branches
컴파일 경고 제거
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
app/gui/oven_control/config.cpp
app/gui/oven_control/config.h
... | ... | @@ -112,7 +112,7 @@ const char hotline_service_item_name[3][32] ={ |
112 | 112 | }; |
113 | 113 | |
114 | 114 | |
115 | -static const char* g_strModelTypeName[] ={ | |
115 | +const char g_strModelTypeName[16][64] ={ | |
116 | 116 | QT_TRANSLATE_NOOP("Config", "전기식 10단"), |
117 | 117 | QT_TRANSLATE_NOOP("Config", "전기식 20단"), |
118 | 118 | QT_TRANSLATE_NOOP("Config", "전기식 24단"), |
... | ... | @@ -477,7 +477,7 @@ public: |
477 | 477 | void removeFavorite(Define::ConfigType idx); |
478 | 478 | void applyCurrentConfigLanguage(); |
479 | 479 | void allProgramInit(void); |
480 | - bool loadProductInfo(void); | |
480 | + void loadProductInfo(void); | |
481 | 481 | |
482 | 482 | |
483 | 483 | ... | ... |
app/gui/oven_control/manualcookwindow.cpp