| 227 | } |
| 228 | |
| 229 | bool QQPlot::usingColumn(const AbstractColumn* column, bool) const { |
| 230 | Q_D(const QQPlot); |
| 231 | return (d->dataColumn == column); |
| 232 | } |
| 233 | |
| 234 | void QQPlot::handleAspectUpdated(const QString& aspectPath, const AbstractAspect* aspect) { |
| 235 | Q_D(QQPlot); |
no outgoing calls
no test coverage detected