! Sets the error message to \a error with title \a title. */
| 290 | Sets the error message to \a error with title \a title. |
| 291 | */ |
| 292 | void DataValidation::setErrorMessage(const QString &error, const QString &title) |
| 293 | { |
| 294 | d->errorMessage = error; |
| 295 | d->errorMessageTitle = title; |
| 296 | } |
| 297 | |
| 298 | /*! |
| 299 | Sets the prompt message to \a prompt with title \a title. |