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

Method text

plugins/quickopen/projectfilequickopen.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81QString ProjectFileData::text() const
82{
83 return m_file.projectPath.relativePath(m_file.path);
84}
85
86QString ProjectFileData::htmlDescription() const
87{

Callers 15

showQuickOpenWidgetMethod · 0.45
dataMethod · 0.45
updateProvidersMethod · 0.45
acceptMethod · 0.45
eventFilterMethod · 0.45
drawDisplayMethod · 0.45
itemsFunction · 0.45
testProjectFileFilterMethod · 0.45
buildDirectoryMethod · 0.45
errorStringMethod · 0.45
extraArgsMethod · 0.45

Calls 1

relativePathMethod · 0.80

Tested by 2

itemsFunction · 0.36
testProjectFileFilterMethod · 0.36