diff view/view.pro @ 173:9c40dc10c88c

* 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 33929e0c3c6b
children 44f391ec2172
line wrap: on
line diff
--- a/view/view.pro	Wed Oct 18 16:38:30 2006 +0000
+++ b/view/view.pro	Thu Oct 19 09:57:27 2006 +0000
@@ -14,5 +14,13 @@
 MOC_DIR = tmp_moc
 
 # Input
-HEADERS += Pane.h PaneStack.h Panner.h View.h ViewManager.h
-SOURCES += Pane.cpp PaneStack.cpp Panner.cpp View.cpp ViewManager.cpp
+HEADERS += Overview.h \
+           Pane.h \
+           PaneStack.h \
+           View.h \
+           ViewManager.h
+SOURCES += Overview.cpp \
+           Pane.cpp \
+           PaneStack.cpp \
+           View.cpp \
+           ViewManager.cpp