Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/ParaView
/ stripFilename
Function
stripFilename
Qt/Python/pqPythonUtils.h:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
};
48
49
inline QString stripFilename(const QString& filepath)
50
{
51
return QFileInfo(filepath).fileName();
52
}
53
}
54
55
/**
Callers
1
pqPythonScriptEditor
Method · 0.85
Calls
1
QFileInfo
Class · 0.85
Tested by
no test coverage detected