Cleaning up Qt code. This mostly reformats the code to be more consistent with our...
[debian/gnuradio] / gr-qtgui / src / lib / TimeDomainDisplayPlot.h
index 56d44539d8936b01977a08d34d6497612771db45..8d98abac6d422ee99881c665cfe76ae73f427a49 100644 (file)
@@ -30,6 +30,9 @@ public:
   void set_yaxis(double min, double max);
   void set_xaxis(double min, double max);
 
+public slots:
+  void resizeSlot( QSize *s );
+
 protected slots:
   void LegendEntryChecked(QwtPlotItem *plotItem, bool on);