Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
QString 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
reset
Method · 0.70
Job
Method · 0.70
Calls
2
projectController
Method · 0.80
prettyFileName
Method · 0.45
Tested by
no test coverage detected