| 82 | } |
| 83 | |
| 84 | bool DependencyMap::containsModule(DeployCore::QtModule module) const { |
| 85 | return _qtModules & module; |
| 86 | } |
| 87 | |
| 88 | bool DependencyMap::containsNeadedLib(const QString &lib) const { |
| 89 | return _neadedLibs.contains(lib); |
nothing calls this directly
no outgoing calls
no test coverage detected