MCPcopy Create free account
hub / github.com/KDE/kdevelop / icon

Method icon

plugins/quickopen/projectfilequickopen.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168QIcon ProjectFileData::icon() const
169{
170 return QIcon::fromTheme(iconNameForPath(m_file.indexedPath));
171}
172
173QString ProjectFileData::project() const
174{

Callers 2

dataMethod · 0.45

Calls 1

iconNameForPathFunction · 0.85

Tested by

no test coverage detected