Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
QString GradleAsynParse::itemDisplayName(const QStandardItem *item) const
68
{
69
if (!item)
70
return
""
;
71
return item->data(Qt::DisplayRole).toString();
72
}
73
74
void GradleAsynParse::createRows(const QString &path)
75
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected