Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
542
void MainWindow::clearStatusBarMessage()
543
{
544
if (toast)
545
toast->hide();
546
else
547
statusBar()->clearMessage();
548
}
549
550
void MainWindow::setShortcutsBlocked(bool blocked)
551
{
Callers
1
loadFrom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected