Significantly improved performance of the Qt Gui sinks. This removes a number of...
[debian/gnuradio] / gr-qtgui / src / lib / TimeDomainDisplayPlot.h
index 9c6364af297d22c562aa003d9b625b16022b548e..56d44539d8936b01977a08d34d6497612771db45 100644 (file)
@@ -28,6 +28,7 @@ public:
   virtual void replot();
 
   void set_yaxis(double min, double max);
+  void set_xaxis(double min, double max);
 
 protected slots:
   void LegendEntryChecked(QwtPlotItem *plotItem, bool on);