! Sets the formula1 to \a formula. */
| 268 | Sets the formula1 to \a formula. |
| 269 | */ |
| 270 | void DataValidation::setFormula1(const QString &formula) |
| 271 | { |
| 272 | if (formula.startsWith(QLatin1Char('='))) |
| 273 | d->formula1 = formula.mid(1); |
| 274 | else |
| 275 | d->formula1 = formula; |
| 276 | } |
| 277 | |
| 278 | /*! |
| 279 | Sets the formulas to \a formula. |