Browse Source

Fixed small compile error

QGC4.4
pixhawk 15 years ago
parent
commit
7eb46a2e44
  1. 2
      src/ui/linechart/LinechartPlot.h

2
src/ui/linechart/LinechartPlot.h

@ -133,7 +133,7 @@ public: @@ -133,7 +133,7 @@ public:
/** @brief Get the short-term median */
double getMedian();
/** @brief Get the current value */
double TimeSeriesData::getCurrentValue();
double getCurrentValue();
void setZeroValue(double zeroValue);
void setInterval(quint64 ms);
void setAverageWindowSize(int windowSize);

Loading…
Cancel
Save