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

Method htmlDescription

plugins/quickopen/projectfilequickopen.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86QString ProjectFileData::htmlDescription() const
87{
88 return
89 QLatin1String("<small><small>") +
90 i18nc("%1: project name", "Project %1", project()) +
91 QLatin1String("</small></small>");
92}
93
94bool ProjectFileData::execute(QString& filterText)
95{

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected