Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
void DependencyMap::removeModule(DeployCore::QtModule module) {
65
_qtModules = _qtModules & (~module);
66
}
67
68
void DependencyMap::removeSystemLib(const QString &lib) {
69
_systemLibs.remove(lib);
Callers
1
test
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Method · 0.64