MCPcopy 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
380void UConfigMainWindow::openRecentFile()
381{
382 QAction *action = qobject_cast<QAction *>(sender());
383 if (action)
384 _project->openLib(action->data().toString());
385}
386
387void UConfigMainWindow::about()
388{

Callers

nothing calls this directly

Calls 2

openLibMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected