internal_system_v1/threemergeproblemlist.cpp
@@ -997,3 +997,12 @@ } } } void ThreeMergeProblemList::updateComboList(QMap<QString, ComInfo> & nameAndComInfos) { ui->comboBox_company->clear(); for(auto it = nameAndComInfos.begin();it != nameAndComInfos.end();++it){ ui->comboBox_company->addItem(it.key()); } }