| 265 | } |
| 266 | |
| 267 | void QQPlot::setDataColumnPath(const QString& path) { |
| 268 | Q_D(QQPlot); |
| 269 | d->dataColumnPath = path; |
| 270 | } |
| 271 | |
| 272 | STD_SETTER_CMD_IMPL_F_S(QQPlot, SetDistribution, nsl_sf_stats_distribution, distribution, updateDistribution) |
| 273 | void QQPlot::setDistribution(nsl_sf_stats_distribution distribution) { |
no outgoing calls
no test coverage detected