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

Method itemDisplayName

src/plugins/java/gradle/project/gradleasynparse.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67QString GradleAsynParse::itemDisplayName(const QStandardItem *item) const
68{
69 if (!item)
70 return "";
71 return item->data(Qt::DisplayRole).toString();
72}
73
74void GradleAsynParse::createRows(const QString &path)
75{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected