| 547 | |
| 548 | |
| 549 | void CsvApplication::openRecentFile(size_t index) { |
| 550 | std::string filepath = recentFiles.get(index); |
| 551 | if( filepath != "" ) { |
| 552 | app.openFile(filepath, false); |
| 553 | } |
| 554 | } |
| 555 | |
| 556 | |
| 557 | bool CsvApplication::splitCsvFiles() { |
no test coverage detected