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

Function prettyPathName

plugins/clazy/utils.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22
23QString prettyPathName(const QUrl& path)
24{
25 return KDevelop::ICore::self()->projectController()->prettyFileName(path, KDevelop::IProjectController::FormatPlain);
26}
27
28// Very simple Markdown parser/converter. Does not provide full Markdown language support and
29// was tested only with Clazy documentation.

Callers 1

JobMethod · 0.70

Calls 2

projectControllerMethod · 0.80
prettyFileNameMethod · 0.45

Tested by

no test coverage detected