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

Method removeSystemLib

src/Deploy/src/dependencymap.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void DependencyMap::removeSystemLib(const QString &lib) {
69 _systemLibs.remove(lib);
70}
71
72void DependencyMap::removeNeadedLib(const QString &lib) {
73 _neadedLibs.remove(lib);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected