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

Method setFormula1

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

! Sets the formula1 to \a formula. */

Source from the content-addressed store, hash-verified

268 Sets the formula1 to \a formula.
269 */
270void 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.

Callers 1

loadFromXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected