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

Function prettyPathName

plugins/cppcheck/utils.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14
15QString prettyPathName(const QString& path)
16{
17 return KDevelop::ICore::self()->projectController()->prettyFileName(
18 QUrl::fromLocalFile(path),
19 KDevelop::IProjectController::FormatPlain);
20}
21
22}

Callers 2

resetMethod · 0.70
JobMethod · 0.70

Calls 2

projectControllerMethod · 0.80
prettyFileNameMethod · 0.45

Tested by

no test coverage detected