mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Fix compiler error due to file renaming
This commit is contained in:
parent
6e55eb02dd
commit
2868c2cb74
3 changed files with 1 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue