MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setProjectWasCreatedWithLowerCaseIDs

Method setProjectWasCreatedWithLowerCaseIDs

Engine/AppInstance.cpp:2097–2101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2095}
2096
2097void
2098AppInstance::setProjectWasCreatedWithLowerCaseIDs(bool b)
2099{
2100 _imp->_projectCreatedWithLowerCaseIDs = b;
2101}
2102
2103bool
2104AppInstance::wasProjectCreatedWithLowerCaseIDs() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected