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

Method setProjectWasCreatedWithLowerCaseIDs

Engine/AppInstance.cpp:2081–2085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2079}
2080
2081void
2082AppInstance::setProjectWasCreatedWithLowerCaseIDs(bool b)
2083{
2084 _imp->_projectCreatedWithLowerCaseIDs = b;
2085}
2086
2087bool
2088AppInstance::wasProjectCreatedWithLowerCaseIDs() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected