Commit 4c5306cddf33c5a68b2cfc68b23cb7d374b93db6
1 parent
97cb5d8417
Exists in
master
and in
2 other branches
컴파일 경고 제거
Showing
2 changed files
with
1 additions
and
5 deletions
Show diff stats
app/gui/oven_control/config.cpp
... | ... | @@ -146,7 +146,7 @@ void Config::initConfig(){ |
146 | 146 | bool Config::saveConfig(void){ |
147 | 147 | char buff[sizeof(config_lists)+1]; |
148 | 148 | qint64 writelen; |
149 | - QFile file(CONFIG_FILE_NAME);+ | |
149 | + QFile file(CONFIG_FILE_NAME); | |
150 | 150 | memcpy(buff, configlist.data, sizeof(config_lists)); |
151 | 151 | buff[sizeof(config_lists)] = CONFIG_FILE_VER; |
152 | 152 | if(file.open(QIODevice::WriteOnly)){ | ... | ... |
app/gui/oven_control/manualviewerdlg.h