Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ removeForcedLibraries
Method
removeForcedLibraries
src/profile.cpp:1179–1182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1177
}
1178
1179
void Profile::removeForcedLibraries(const QString& executable)
1180
{
1181
m_Settings->remove(
"forced_libraries/"
+ executable);
1182
}
1183
1184
void Profile::debugDump() const
1185
{
Callers
1
commitChanges
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected