diff sv.pro @ 200:1871581e4da9

* Split MainWindow out into MainWindowBase (pane stack management, basic file I/O etc) and MainWindow (widget structure, menus and actions etc)
author Chris Cannam
date Mon, 22 Oct 2007 14:24:31 +0000
parents 5f1ff90327c6
children 0de89bce24e4
line wrap: on
line diff
--- a/sv.pro	Mon Oct 22 09:45:35 2007 +0000
+++ b/sv.pro	Mon Oct 22 14:24:31 2007 +0000
@@ -43,6 +43,7 @@
            document/Document.h \
            document/SVFileReader.h \
            main/MainWindow.h \
+           main/MainWindowBase.h \
            main/PreferencesDialog.h \
            osc/OSCMessage.h \
            osc/OSCQueue.h \
@@ -64,6 +65,7 @@
            document/SVFileReader.cpp \
            main/main.cpp \
            main/MainWindow.cpp \
+           main/MainWindowBase.cpp \
            main/PreferencesDialog.cpp \
            osc/OSCMessage.cpp \
            osc/OSCQueue.cpp \