| 20 | #include "RecentFilesListManager.h" |
| 21 | |
| 22 | RecentFilesListManager::RecentFilesListManager(QObject *parent) : |
| 23 | QObject(parent) |
| 24 | { |
| 25 | } |
| 26 | |
| 27 | void RecentFilesListManager::addFile(const QString &filePath) |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected