| 1743 | } |
| 1744 | |
| 1745 | void MainWindow::RemoveRecentCapture(const QString &filename) |
| 1746 | { |
| 1747 | RemoveRecentFile(m_Ctx.Config().RecentCaptureFiles, filename); |
| 1748 | |
| 1749 | PopulateRecentCaptureFiles(); |
| 1750 | } |
| 1751 | |
| 1752 | void MainWindow::recentCaptureFile(const QString &filename) |
| 1753 | { |
no test coverage detected