Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
992
void Column::valueLabelsRemoveAll() {
993
d->valueLabelsRemoveAll();
994
setProjectChanged(true);
995
}
996
997
void Column::removeValueLabel(const QString& key) {
998
d->removeValueLabel(key);
Callers
1
save
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected