MCPcopy 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
49inline QString stripFilename(const QString& filepath)
50{
51 return QFileInfo(filepath).fileName();
52}
53}
54
55/**

Callers 1

pqPythonScriptEditorMethod · 0.85

Calls 1

QFileInfoClass · 0.85

Tested by

no test coverage detected