Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ openPathLater
Method
openPathLater
src/gui/main_window.cpp:990–994 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
988
}
989
990
void MainWindow::openPathLater(const QString& path)
991
{
992
path_backlog.push_back(path);
993
QTimer::singleShot(10, this, &MainWindow::openPathBacklog);
994
}
995
996
void MainWindow::openPathBacklog()
997
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected