| 634 | } |
| 635 | |
| 636 | void RemoveRecentFile(rdcarray<rdcstr> &recentList, const rdcstr &file) |
| 637 | { |
| 638 | recentList.removeOne(QDir::cleanPath(file)); |
| 639 | } |
| 640 | |
| 641 | void AddRecentFile(rdcarray<rdcstr> &recentList, const rdcstr &file) |
| 642 | { |
no test coverage detected