| 1645 | } |
| 1646 | |
| 1647 | void MainWindow::showStatusMsg(const QString &str) { |
| 1648 | m_msgLabel.setText(str); |
| 1649 | } |
| 1650 | |
| 1651 | void MainWindow::setRom(const QString &path) { |
| 1652 | m_pathRom = QDir::cleanPath(appDir().absoluteFilePath(path)); |
nothing calls this directly
no outgoing calls
no test coverage detected