diff main/MainWindow.h @ 65:77c083741589

* Rename the existing Panner to Overview (big duh!) * Fixes to the new Panner.
author Chris Cannam
date Thu, 19 Oct 2006 09:57:27 +0000
parents ec77936c268e
children cf27fc7feb7a
line wrap: on
line diff
--- a/main/MainWindow.h	Wed Oct 18 16:38:30 2006 +0000
+++ b/main/MainWindow.h	Thu Oct 19 09:57:27 2006 +0000
@@ -35,7 +35,7 @@
 class Pane;
 class View;
 class Fader;
-class Panner;
+class Overview;
 class Layer;
 class WaveformLayer;
 class WaveFileModel;
@@ -207,7 +207,7 @@
     QLabel                  *m_descriptionLabel;
     PaneStack               *m_paneStack;
     ViewManager             *m_viewManager;
-    Panner                  *m_panner;
+    Overview                *m_overview;
     Fader                   *m_fader;
     AudioDial               *m_playSpeed;
     QPushButton             *m_playSharpen;