MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / updateModelList

Method updateModelList

src/plugins/smartut/gui/smartutwidget.cpp:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void SmartUTWidget::updateModelList()
259{
260 const auto model = modelCB->currentText();
261 modelCB->clear();
262 modelCB->addItems(SmartUTManager::instance()->modelList());
263 modelCB->setCurrentText(model);
264}
265
266void SmartUTWidget::updateItemState(NodeItem *item)
267{

Callers

nothing calls this directly

Calls 3

modelListMethod · 0.80
clearMethod · 0.45
addItemsMethod · 0.45

Tested by

no test coverage detected