| 79 | |
| 80 | |
| 81 | void FileWatcherManager::dump() { |
| 82 | for (int i=0; i<importKeep.size(); i++) { |
| 83 | FileWatcher *fw = importKeep[i]; |
| 84 | for (int j=0; j<fw->directories().size(); j++) { |
| 85 | QLOG_DEBUG() << fw->directories().at(j); |
| 86 | } |
| 87 | } |
| 88 | } |
nothing calls this directly
no outgoing calls
no test coverage detected