| 74 | } |
| 75 | |
| 76 | void DependencyMap::removeExtraData(const QString &data) { |
| 77 | _extraData -= data; |
| 78 | } |
| 79 | |
| 80 | bool DependencyMap::containsSysLib(const QString &lib) const { |
| 81 | return _systemLibs.contains(lib); |
nothing calls this directly
no outgoing calls
no test coverage detected