MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / getBaseName

Method getBaseName

Settings/ProfileConfigTab.cpp:829–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829QString
830ProfileConfigTab::getBaseName(const QString &path)
831{
832 int ndx;
833
834 if ((ndx = path.lastIndexOf('/')) != -1)
835 return path.right(path.size() - ndx - 1);
836
837 return path;
838}
839
840
841ProfileConfigTab::~ProfileConfigTab()

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected