| 243 | } |
| 244 | |
| 245 | void Histogram::updateLocale() { |
| 246 | Q_D(Histogram); |
| 247 | d->updateValues(); |
| 248 | } |
| 249 | |
| 250 | // ############################################################################## |
| 251 | // ########################## getter methods ################################## |
nothing calls this directly
no test coverage detected