MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / strippedName

Method strippedName

example/mainwindow.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463QString MainWindow::strippedName(const QString &fullFileName)
464{
465 return QFileInfo(fullFileName).fileName();
466}
467
468void MainWindow::writeSettings()
469{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected