MCPcopy Create free account
hub / github.com/QuasarApp/CQtDeployer / removeModule

Method removeModule

src/Deploy/src/dependencymap.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void DependencyMap::removeModule(DeployCore::QtModule module) {
65 _qtModules = _qtModules & (~module);
66}
67
68void DependencyMap::removeSystemLib(const QString &lib) {
69 _systemLibs.remove(lib);

Callers 1

testMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64