Fix compiler error due to file renaming

This commit is contained in:
Jan Käberich 2020-12-12 14:35:23 +01:00
parent 6e55eb02dd
commit 2868c2cb74
3 changed files with 1 additions and 19 deletions

View file

@ -65,7 +65,6 @@ private:
bool supported(Trace *t, YAxisType type);
void removeUnsupportedTraces();
QPointF traceToCoordinate(Trace *t, unsigned int sample, YAxisType type);
// QPoint dataToPixel(Trace::Data d);
QPoint plotValueToPixel(QPointF plotValue, int Yaxis);
QPointF pixelToPlotValue(QPoint pixel, int YAxis);
QPoint markerToPixel(TraceMarker *m) override;