|
@@ -133,6 +133,7 @@ bool TestService::setTankinfo(const QVariantList& list)
|
|
|
qDebug("setTankinfo: compart [%d]: volume[%d]", i, m_standard.item[j].oilcompartment_volume);
|
|
|
qDebug("setTankinfo: compart [%d]: sys[%f]", i, m_standard.item[j].system_threshold);
|
|
|
qDebug("setTankinfo: compart [%d]: valve[%f]", i, m_standard.item[j].valve_threshold);
|
|
|
+ break;
|
|
|
}
|
|
|
}
|
|
|
|