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