| 1036 | } |
| 1037 | |
| 1038 | const QVector<Column::ValueLabel<qint64>>* Column::bigIntValueLabels() const { |
| 1039 | return d->bigIntValueLabels(); |
| 1040 | } |
| 1041 | |
| 1042 | //////////////////////////////////////////////////////////////////////////////// |
| 1043 | //@} |
no outgoing calls
no test coverage detected