! Sets the formulas to \a formula. */
| 279 | Sets the formulas to \a formula. |
| 280 | */ |
| 281 | void DataValidation::setFormula2(const QString &formula) |
| 282 | { |
| 283 | if (formula.startsWith(QLatin1Char('='))) |
| 284 | d->formula2 = formula.mid(1); |
| 285 | else |
| 286 | d->formula2 = formula; |
| 287 | } |
| 288 | |
| 289 | /*! |
| 290 | Sets the error message to \a error with title \a title. |