MCPcopy Create free account
hub / github.com/KDE/labplot / setFormula2

Method setFormula2

src/3rdparty/QXlsx/source/xlsxdatavalidation.cpp:281–287  ·  view source on GitHub ↗

! Sets the formulas to \a formula. */

Source from the content-addressed store, hash-verified

279 Sets the formulas to \a formula.
280 */
281void 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.

Callers 1

loadFromXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected