| 32 | // ============================================================================ |
| 33 | |
| 34 | DocumentManager::DocumentManager(QObject* parent) |
| 35 | : QObject(parent) |
| 36 | { |
| 37 | loadRecentFromSettings(); |
| 38 | } |
| 39 | |
| 40 | DocumentManager::~DocumentManager() |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected