Commit a21bb5f6701af8a521510e9bfff6b759101906f8

Authored by 고영탁
1 parent 43b3aef60c
Exists in master and in 2 other branches fhd, fhd-demo

버그 수정

 - 시작시 통계 데이터 두번 로딩하는 루틴 수정
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/gui/oven_control/ovenstatics.cpp
@@ -44,7 +44,6 @@ OvenStatistics::OvenStatistics(QObject* parent) :QObject(parent) @@ -44,7 +44,6 @@ OvenStatistics::OvenStatistics(QObject* parent) :QObject(parent)
44 m_bPopupShow = false; 44 m_bPopupShow = false;
45 m_nLastPopupidx = MAX_ERROR_TYPE_CNT; 45 m_nLastPopupidx = MAX_ERROR_TYPE_CNT;
46 46
47 -  
48 for(i=0;i<MAX_LOG_SENSOR;i++){ 47 for(i=0;i<MAX_LOG_SENSOR;i++){
49 curSensorValue[i].utemp = 0; 48 curSensorValue[i].utemp = 0;
50 } 49 }
@@ -52,7 +51,7 @@ OvenStatistics::OvenStatistics(QObject* parent) :QObject(parent) @@ -52,7 +51,7 @@ OvenStatistics::OvenStatistics(QObject* parent) :QObject(parent)
52 curSensorValue[12].itemp = 100; 51 curSensorValue[12].itemp = 100;
53 52
54 srvdata = new ServiceData(); 53 srvdata = new ServiceData();
55 - srvdata->loadServiceData(); 54 +
56 } 55 }
57 56
58 OvenStatistics::~OvenStatistics(){ 57 OvenStatistics::~OvenStatistics(){