| 1000 | } |
| 1001 | |
| 1002 | const QVector<Column::ValueLabel<QString>>* Column::textValueLabels() const { |
| 1003 | return d->textValueLabels(); |
| 1004 | } |
| 1005 | |
| 1006 | const QVector<Column::ValueLabel<QDateTime>>* Column::dateTimeValueLabels() const { |
| 1007 | return d->dateTimeValueLabels(); |
no outgoing calls
no test coverage detected