Merging trondeau/qt branch r11231:11360. This merge improves the usability and exampl...
[debian/gnuradio] / gr-qtgui / src / lib / spectrumdisplayform.h
index a7c5201fe84cc3ca6e1db0dfce2153cfd96ad006..bf8023209139b45f57c80b960a520bfee4750aeb 100644 (file)
@@ -42,9 +42,9 @@ public slots:
   void MinHoldResetBtn_clicked();
   void MaxHoldResetBtn_clicked();
   void PowerLineEdit_textChanged( const QString& valueString );
-  void SetFrequencyRange( const double newStartFrequency,
-                         const double newStopFrequency,
-                         const double newCenterFrequency );
+  void SetFrequencyRange( const double newCenterFrequency,
+                         const double newStartFrequency,
+                         const double newStopFrequency );
   void closeEvent( QCloseEvent * e );
   void WindowTypeChanged( int newItem );
   void UseRFFrequenciesCB( bool useRFFlag );