/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not determine which gets called first.
| 40 | // Overriden so that style <----> label are linked. |
| 41 | // Note that you can not determine which gets called first. |
| 42 | void ColumnEntry::setStyle(const std::string& value) { |
| 43 | Column::setStyle(value); |
| 44 | |
| 45 | if (_style == "age" && _label == "Added") _label = "Age"; |
| 46 | } |
| 47 | |
| 48 | //////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected