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