MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / showStatusMsg

Method showStatusMsg

gui/qt/mainwindow.cpp:1647–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1645}
1646
1647void MainWindow::showStatusMsg(const QString &str) {
1648 m_msgLabel.setText(str);
1649}
1650
1651void MainWindow::setRom(const QString &path) {
1652 m_pathRom = QDir::cleanPath(appDir().absoluteFilePath(path));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected