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

Method categoryIds

src/plugins/reversedebug/taskmodel.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161QList<QString> TaskModel::categoryIds() const
162{
163 QList<QString> categoryList = categories.keys();
164 categoryList.removeAll(""); // remove global category we added for bookkeeping
165 return categoryList;
166}
167
168QString TaskModel::categoryDisplayName(const QString &categoryId) const
169{

Callers

nothing calls this directly

Calls 2

keysMethod · 0.45
removeAllMethod · 0.45

Tested by

no test coverage detected