| 995 | } |
| 996 | |
| 997 | void Column::removeValueLabel(const QString& key) { |
| 998 | d->removeValueLabel(key); |
| 999 | setProjectChanged(true); |
| 1000 | } |
| 1001 | |
| 1002 | const QVector<Column::ValueLabel<QString>>* Column::textValueLabels() const { |
| 1003 | return d->textValueLabels(); |