MCPcopy Create free account
hub / github.com/IENT/YUView / openRecentFile

Method openRecentFile

YUViewLib/src/ui/Mainwindow.cpp:529–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void MainWindow::openRecentFile()
530{
531 QAction *action = qobject_cast<QAction *>(sender());
532 if (action)
533 {
534 QStringList fileList = QStringList(action->data().toString());
535 ui.playlistTreeWidget->loadFiles(fileList);
536 }
537}
538
539/** A new item has been selected. Update all the controls (some might be enabled/disabled for this
540 * type of object and the values probably changed).

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.80
dataMethod · 0.45
loadFilesMethod · 0.45

Tested by

no test coverage detected