| 461 | } |
| 462 | |
| 463 | QString MainWindow::strippedName(const QString &fullFileName) |
| 464 | { |
| 465 | return QFileInfo(fullFileName).fileName(); |
| 466 | } |
| 467 | |
| 468 | void MainWindow::writeSettings() |
| 469 | { |
nothing calls this directly
no outgoing calls
no test coverage detected