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

Method removeValueLabel

src/backend/core/column/Column.cpp:997–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

removeLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected