MCPcopy 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
990void MainWindow::openPathLater(const QString& path)
991{
992 path_backlog.push_back(path);
993 QTimer::singleShot(10, this, &MainWindow::openPathBacklog);
994}
995
996void MainWindow::openPathBacklog()
997{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected