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

Method valueLabelsRemoveAll

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

Source from the content-addressed store, hash-verified

990}
991
992void Column::valueLabelsRemoveAll() {
993 d->valueLabelsRemoveAll();
994 setProjectChanged(true);
995}
996
997void Column::removeValueLabel(const QString& key) {
998 d->removeValueLabel(key);

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected