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

Method categoryDisplayName

src/plugins/reversedebug/taskmodel.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168QString TaskModel::categoryDisplayName(const QString &categoryId) const
169{
170 return categories.value(categoryId).displayName;
171}
172
173void TaskModel::addCategory(const QString &categoryId, const QString &categoryName)
174{

Callers 1

updateCategoriesMenuMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected