| 66 | } |
| 67 | |
| 68 | void DependencyMap::removeSystemLib(const QString &lib) { |
| 69 | _systemLibs.remove(lib); |
| 70 | } |
| 71 | |
| 72 | void DependencyMap::removeNeadedLib(const QString &lib) { |
| 73 | _neadedLibs.remove(lib); |
nothing calls this directly
no outgoing calls
no test coverage detected