MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / setForcedLibrariesEnabled

Method setForcedLibrariesEnabled

src/profile.cpp:1113–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111}
1112
1113void Profile::setForcedLibrariesEnabled(const QString& executable, bool enabled)
1114{
1115 storeSetting("forced_libraries", executable + "/enabled", enabled);
1116}
1117
1118QList<ExecutableForcedLoadSetting>
1119Profile::determineForcedLibraries(const QString& executable) const

Callers 1

commitChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected