| 226 | // ***** Endpoint for ValidatorAccepted ****** |
| 227 | C_ATTR(accepted, :Local :AutoArgs) |
| 228 | void accepted(Context *c) |
| 229 | { |
| 230 | Validator v({new ValidatorAccepted(u"accepted_field"_s, m_validatorMessages)}); |
| 231 | checkResponse(c, v.validate(c)); |
| 232 | } |
| 233 | |
| 234 | // ***** Endpoint for ValidatorAfter with QDate ****** |
| 235 | C_ATTR(afterDate, :Local :AutoArgs) |