* \brief Return the interval attribute representing the formula strings */
| 3283 | * \brief Return the interval attribute representing the formula strings |
| 3284 | */ |
| 3285 | IntervalAttribute<QString> ColumnPrivate::formulaAttribute() const { |
| 3286 | return m_formulas; |
| 3287 | } |
| 3288 | |
| 3289 | /** |
| 3290 | * \brief Replace the interval attribute for the formula strings |