| 61 | void TextFieldCore::beforeTextChanged(const std::string &string, int start, int count, int after) {} |
| 62 | |
| 63 | void TextFieldCore::onTextChanged(const std::string &string, int start, int before, int count) {} |
| 64 | |
| 65 | void TextFieldCore::afterTextChanged() |
| 66 | { |
no outgoing calls
no test coverage detected