Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotips/uConfig
/ openRecentFile
Method
openRecentFile
src/uconfig_gui/uconfigmainwindow.cpp:380–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
void UConfigMainWindow::openRecentFile()
381
{
382
QAction *action = qobject_cast<QAction *>(sender());
383
if (action)
384
_project->openLib(action->data().toString());
385
}
386
387
void UConfigMainWindow::about()
388
{
Callers
nothing calls this directly
Calls
2
openLib
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected