chore(nmSubWxs): 清理包含井失效注释

- 删除已移除“检查数据”入口的残留说明
feature/nmNum-multi-gauge-record
lh 1 day ago
parent add2ec7b5f
commit 62867a6b13

@ -655,7 +655,7 @@ void nmWxIncludeOtherWells::populateRateCombo(
pComboBox->addItem(tr("None"), QString());
pComboBox->setItemData(0, tr("None"), Qt::ToolTipRole);
// 选择控件只展示当前相真正可用的记录;异常记录仍可在“检查数据”中查看
// 选择控件只展示当前相真正可用的记录
for(int nIndex = 0; nIndex < data.m_vecFlowRecords.size(); ++nIndex) {
const nmFlowGaugeRecord& oRecord = data.m_vecFlowRecords[nIndex];
if(!isSelectableFlowPhase(oRecord, ePhase)) {

Loading…
Cancel
Save