MCPcopy Create free account
hub / github.com/KDE/labplot / openRecentProject

Method openRecentProject

src/frontend/MainWin.cpp:1656–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1654}
1655
1656void MainWin::openRecentProject(const QUrl& url) {
1657 if (url.isLocalFile()) // fix for Windows
1658 this->openProject(url.toLocalFile());
1659 else
1660 this->openProject(url.path());
1661}
1662
1663/*!
1664 Closes the current project, if available. Return \c true, if the project was closed.

Callers

nothing calls this directly

Calls 2

openProjectMethod · 0.95
pathMethod · 0.45

Tested by

no test coverage detected