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

Method updateDescription

src/common/widget/variablechooser.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void VariableChooserPrivate::updateDescription(const QModelIndex &index, const QModelIndex &)
241{
242 variableDescription->setText(model.data(sortModel->mapToSource(index),
243 CurrentValueDisplayRole)
244 .toString());
245}
246
247void VariableChooserPrivate::updateFilter(const QString &filter)
248{

Callers

nothing calls this directly

Calls 4

mapToSourceMethod · 0.80
setTextMethod · 0.45
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected