MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / clearStatusBarMessage

Method clearStatusBarMessage

src/gui/main_window.cpp:542–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542void MainWindow::clearStatusBarMessage()
543{
544 if (toast)
545 toast->hide();
546 else
547 statusBar()->clearMessage();
548}
549
550void MainWindow::setShortcutsBlocked(bool blocked)
551{

Callers 1

loadFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected